added debug login env to web container

This commit is contained in:
Yannic Kilcher
2022-12-29 21:35:45 +01:00
parent 4ead078f89
commit 5ab2e2d92c
+3
View File
@@ -45,6 +45,7 @@
name: oasst-backend
image: ghcr.io/laion-ai/open-assistant/oasst-backend
state: started
recreate: true
pull: true
restart_policy: always
network_mode: oasst
@@ -61,6 +62,7 @@
name: oasst-web
image: ghcr.io/laion-ai/open-assistant/oasst-web
state: started
recreate: true
pull: true
restart_policy: always
network_mode: oasst
@@ -73,6 +75,7 @@
EMAIL_SERVER_PORT: "25"
EMAIL_FROM: info@example.com
NEXTAUTH_URL: http://web.dev.open-assistant.io/
DEBUG_LOGIN: "true"
ports:
- 3000:3000
command: bash wait-for-postgres.sh node server.js