This commit is contained in:
Phil
2026-06-30 17:55:25 -06:00
parent a2b31ea1d1
commit 0927187789
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -80,6 +80,10 @@ pdg.thesatelliteoflove.com {
} }
} }
gondulf.thesatelliteoflove.com {
reverse_proxy gondulf:8000
}
starpunk.thesatelliteoflove.com { starpunk.thesatelliteoflove.com {
reverse_proxy starpunk:8000 reverse_proxy starpunk:8000
} }
@@ -63,8 +63,9 @@ services:
REDIS_URL: redis://dawarich_redis:6379 REDIS_URL: redis://dawarich_redis:6379
MIN_MINUTES_SPENT_IN_CITY: 60 MIN_MINUTES_SPENT_IN_CITY: 60
APPLICATION_HOSTS: {{ subdomains.loclog }},localhost,::1,127.0.0.1 APPLICATION_HOSTS: {{ subdomains.loclog }},localhost,::1,127.0.0.1
PHOTON_API_HOST: photon.komoot.io/reverse
PHOTON_API_USE_HTTPS: true PHOTON_API_USE_HTTPS: true
PHOTON_API_HOST: photon.dawarich.app
PHOTON_API_KEY: ca91825827603b39e4cdd6fe4de9063f4ec77e0617454857576dd62b424bb60b
TIME_ZONE: America/Denver TIME_ZONE: America/Denver
APPLICATION_PROTOCOL: http APPLICATION_PROTOCOL: http
DISTANCE_UNIT: mi DISTANCE_UNIT: mi
@@ -124,7 +125,8 @@ services:
TIME_ZONE: America/Denver TIME_ZONE: America/Denver
APPLICATION_PROTOCOL: http APPLICATION_PROTOCOL: http
DISTANCE_UNIT: mi DISTANCE_UNIT: mi
PHOTON_API_HOST: photon.komoot.io/reverse PHOTON_API_HOST: photon.dawarich.app
PHOTON_API_KEY: ca91825827603b39e4cdd6fe4de9063f4ec77e0617454857576dd62b424bb60b
PHOTON_API_USE_HTTPS: true PHOTON_API_USE_HTTPS: true
PROMETHEUS_EXPORTER_ENABLED: false PROMETHEUS_EXPORTER_ENABLED: false
SECRET_KEY_BASE: {{ vault_dawarich.secret_key_base }} SECRET_KEY_BASE: {{ vault_dawarich.secret_key_base }}