This commit is contained in:
Jonathan Cremin 2021-06-17 16:46:57 +01:00
parent 2ff1c61510
commit 59d4a99fb6
5 changed files with 2 additions and 197 deletions

View file

@ -23,7 +23,7 @@ services:
SLACK_TOKEN:
SENTRY_DSN:
volumes:
- ./:/app
- ./:/app:z
ports:
- "3000:3000"
command: yarn run watch-server
@ -47,7 +47,7 @@ services:
AWS_SECRET_ACCESS_KEY:
AWS_TAG:
volumes:
- ./:/app
- ./:/app:z
command: yarn run watch-worker
ports:
- "3001:3001"