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

This commit is contained in:
geezo 2025-05-07 18:04:28 -04:00
parent f6e7637212
commit edb3cbe6ff
2 changed files with 1 additions and 3 deletions

View File

@ -12,5 +12,6 @@ services:
MINIO_ROOT_PASSWORD: "#4famakin" MINIO_ROOT_PASSWORD: "#4famakin"
command: server /data --console-address ":9090" command: server /data --console-address ":9090"
volumes: volumes:
minio_data: minio_data:

View File

@ -27,9 +27,6 @@ services:
environment: environment:
DATABASE_URL: mysql://operational_user:operational_password@mysql:3306/operational DATABASE_URL: mysql://operational_user:operational_password@mysql:3306/operational
APP_URL: "http://theocorp:1025" APP_URL: "http://theocorp:1025"
VAPID_EMAIL: ""
VAPID_PUBLIC_KEY: ""
VAPID_PRIVATE_KEY: ""
PORT: "4337" PORT: "4337"
SECRET: "" SECRET: ""
REMOVE_TEST_EVENTS_AT: "" REMOVE_TEST_EVENTS_AT: ""