fix: Use correct production URLs
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
environment:
|
environment:
|
||||||
- APP_URL=${WEBSITE_APP_URL:-http://localhost:3000}
|
- APP_URL=https://deardiary.hiddenbox.org
|
||||||
- GIT_URL=${GIT_URL:-https://git.kropa.tech/lotherk/deardiary}
|
- GIT_URL=${GIT_URL:-https://git.kropa.tech/lotherk/deardiary}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- VITE_GIT_URL=${GIT_URL:-https://git.kropa.tech/lotherk/deardiary}
|
- VITE_GIT_URL=${GIT_URL:-https://git.kropa.tech/lotherk/deardiary}
|
||||||
- VITE_WEBSITE_URL=${WEBSITE_APP_URL:-http://localhost:3000}
|
- VITE_WEBSITE_URL=https://deardiary.lother.io
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3000:80"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user