File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: eventyay-next
22
33services :
44 web :
5- image : eventyay/eventyay-next:enext
5+ image : eventyay/eventyay-next:${TAG}
66 container_name : eventyay-next-web
77 command : gunicorn eventyay.config.wsgi:application --bind 0.0.0.0:8000
88 volumes :
@@ -20,7 +20,7 @@ services:
2020 - redis
2121
2222 websocket :
23- image : eventyay/eventyay-next:enext
23+ image : eventyay/eventyay-next:${TAG}
2424 container_name : eventyay-next-websocket
2525 entrypoint : daphne -b 0.0.0.0 -p 8001 eventyay.config.asgi:application
2626 volumes :
@@ -39,7 +39,7 @@ services:
3939 - redis
4040
4141 worker :
42- image : eventyay/eventyay-next:enext
42+ image : eventyay/eventyay-next:${TAG}
4343 container_name : eventyay-next-worker
4444 entrypoint : celery -A eventyay worker -l info
4545 volumes :
Original file line number Diff line number Diff line change 1+ TAG=enext
12DEBUG=1
23SECRET_KEY=foo
34DATABASE=postgres
Original file line number Diff line number Diff line change 1+ TAG=main
12DEBUG=0
23SECRET_KEY=foo
34DATABASE=postgres
You can’t perform that action at this time.
0 commit comments