mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 00:58:20 +03:00
19 lines
452 B
Plaintext
19 lines
452 B
Plaintext
COMPOSE_PROJECT_NAME=androidcast_local
|
|
|
|
# Public entry (landing FE)
|
|
LANDING_HTTP_PORT=8080
|
|
|
|
# Optional direct debug ports
|
|
GITEA_FE_PORT=8081
|
|
CRASHES_FE_PORT=8082
|
|
BUILD_FE_PORT=8083
|
|
|
|
# Internal app creds (local dev defaults)
|
|
MARIADB_ROOT_PASSWORD=androidcast_root
|
|
MARIADB_DATABASE=androidcast_crashes
|
|
MARIADB_USER=androidcast
|
|
MARIADB_PASSWORD=androidcast
|
|
|
|
# Used for generated crash backend config + gitea ROOT_URL
|
|
PUBLIC_BASE_URL=http://localhost:8080
|