replace baseurl and app_url with new next_public_webapp_url variable
This commit is contained in:
parent
24730e2193
commit
7ff182f0ed
1 changed files with 2 additions and 3 deletions
|
@ -18,13 +18,12 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- stack
|
- stack
|
||||||
|
|
||||||
calendso:
|
calcom:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- BASE_URL=${BASE_URL}
|
- NEXT_PUBLIC_WEBAPP_URL=${NEXT_PUBLIC_WEBAPP_URL}
|
||||||
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL}
|
|
||||||
- NEXT_PUBLIC_LICENSE_CONSENT=${NEXT_PUBLIC_LICENSE_CONSENT}
|
- NEXT_PUBLIC_LICENSE_CONSENT=${NEXT_PUBLIC_LICENSE_CONSENT}
|
||||||
- NEXT_PUBLIC_TELEMETRY_KEY=${NEXT_PUBLIC_TELEMETRY_KEY}
|
- NEXT_PUBLIC_TELEMETRY_KEY=${NEXT_PUBLIC_TELEMETRY_KEY}
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue