adjust args

This commit is contained in:
Emily
2024-06-27 19:32:28 +02:00
parent f675e1f289
commit b7ae183c47
5 changed files with 62 additions and 24 deletions

View File

@@ -86,9 +86,9 @@ services:
# Optional - Used to register / login
# NUXT_GOOGLE_AUTH_CLIENT_ID: ""
# NUXT_GOOGLE_AUTH_CLIENT_SECRET: ""
NUXT_GOOGLE_AUTH_CLIENT_ID: ""
NUXT_GOOGLE_AUTH_CLIENT_SECRET: ""
# Optional - Used for tests
@@ -104,6 +104,11 @@ services:
build:
dockerfile: ./dashboard/Dockerfile
args:
# Optional - Used to register / login
GOOGLE_AUTH_CLIENT_ID: ""
volumes:
mongo-data: