fix: Use correct production URLs

This commit is contained in:
lotherk
2026-03-27 14:45:52 +00:00
parent 71e7cdc37a
commit 4a870dd5e3

View File

@@ -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: