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