Skip to content

Commit

Permalink
i hate it
Browse files Browse the repository at this point in the history
  • Loading branch information
Max 🍉 committed Jun 5, 2024
1 parent 48ef63c commit e186135
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
nginx:
restart: always
image: trunkplayer/trunkplayer-ng-nginx:latest
image: trunkplayer/trunkplayer-ng-nginx:main
# build: nginx/
# user: 1000:1000
ports:
Expand Down Expand Up @@ -38,10 +38,7 @@ services:
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
command:
- /usr/bin/chaosctl
- web
#- --init
command: chaosctl web --init
env_file:
- .env
environment:
Expand All @@ -61,9 +58,7 @@ services:
user: 1000:1000
deploy:
replicas: ${WORKER_REPLICAS}
command:
- /usr/bin/chaosctl
- worker
command: chaosctl worker
env_file:
- .env
environment:
Expand All @@ -81,9 +76,7 @@ services:
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
command:
- /usr/bin/chaosctl
- beat
command: chaosctl beat
env_file:
- .env
environment:
Expand All @@ -101,9 +94,9 @@ services:
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
command:
- /usr/bin/chaosctl
- mqtt
deploy:
replicas: 0
command: chaosctl mqtt
env_file:
- .env
environment:
Expand Down

0 comments on commit e186135

Please sign in to comment.