replace baseurl and app_url with new next_public_webapp_url variable

This commit is contained in:
Colin Griffin 2022-04-26 16:58:50 -04:00
parent 24730e2193
commit 7ff182f0ed

View file

@ -18,13 +18,12 @@ services:
networks:
- stack
calendso:
calcom:
build:
context: .
dockerfile: Dockerfile
args:
- BASE_URL=${BASE_URL}
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL}
- NEXT_PUBLIC_WEBAPP_URL=${NEXT_PUBLIC_WEBAPP_URL}
- NEXT_PUBLIC_LICENSE_CONSENT=${NEXT_PUBLIC_LICENSE_CONSENT}
- NEXT_PUBLIC_TELEMETRY_KEY=${NEXT_PUBLIC_TELEMETRY_KEY}
restart: always