Skip to content
Snippets Groups Projects
Commit 356869f4 authored by Eunhak Lee's avatar Eunhak Lee
Browse files

feat: add hacknote to hwinfo-daemon

parent b43781f5
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
/redis/data
/nginx/log
/frontend
/hwinfo/hacknote.json
/*.sql
......
......@@ -85,6 +85,10 @@ services:
image: git.ajou.ac.kr:5050/meanspec/meanspec-hwinfo-daemon:latest
env_file: .env
restart: unless-stopped
volumes:
- "./hwinfo/hacknote.json:/hacknote.json"
environment:
HWINFO_HACKNOTE_FILE: /hacknote.json
deploy:
mode: replicated
replicas: 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment