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

chore: introduce hwinfo daemon, set replica daemons

parent 570a82d7
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ services: ...@@ -24,6 +24,8 @@ services:
restart: always restart: always
ports: ports:
- 50080:80 - 50080:80
depends_on:
- backend
backend: backend:
image: git.ajou.ac.kr:5050/meanspec/meanspec-backend:latest image: git.ajou.ac.kr:5050/meanspec/meanspec-backend:latest
...@@ -74,3 +76,16 @@ services: ...@@ -74,3 +76,16 @@ services:
mailing-daemon: mailing-daemon:
image: git.ajou.ac.kr:5050/meanspec/meanspec-mailing-daemon:latest image: git.ajou.ac.kr:5050/meanspec/meanspec-mailing-daemon:latest
env_file: .env env_file: .env
restart: unless-stopped
deploy:
mode: replicated
replicas: 6
hwinfo-daemon:
image: git.ajou.ac.kr:5050/meanspec/meanspec-hwinfo-daemon:latest
env_file: .env
restart: unless-stopped
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