fix: Use correct production URLs
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- "8080:80"
|
||||
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}
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- 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:
|
||||
- "3000:80"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user