Add new env vars to docker compose file
This commit is contained in:
parent
72ac9fcd19
commit
ccc90a33b0
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ services:
|
|||
args:
|
||||
- BASE_URL=${BASE_URL}
|
||||
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL}
|
||||
- NEXT_PUBLIC_LICENSE_CONSENT=${NEXT_PUBLIC_LICENSE_CONSENT}
|
||||
- NEXT_PUBLIC_TELEMETRY_KEY=${NEXT_PUBLIC_TELEMETRY_KEY}
|
||||
image: calendso/calendso:latest
|
||||
restart: always
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue