changes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s

This commit is contained in:
geezo 2025-05-07 00:08:15 -04:00
parent 12f29719bf
commit 5b4c707e64

View File

@ -25,12 +25,12 @@ services:
- "1025:80" # For frontend (nginx serving the Vue SPA)
- "1027:4337" # For backend API
environment:
DATABASE_URL: mysql://operational_user:operational_password@operational-mysql:3306/operational
APP_URL: http://localhost:3000
DATABASE_URL: mysql://operational_user:operational_password@mysql:3306/operational
APP_URL: "http://theocorp:1025"
VAPID_EMAIL: ""
VAPID_PUBLIC_KEY: ""
VAPID_PRIVATE_KEY: ""
PORT: ""
PORT: "2000"
SECRET: ""
REMOVE_TEST_EVENTS_AT: ""
CORS: "*"