Compare commits

3 Commits

Author SHA1 Message Date
Phil e47465c34d Merge branch 'main' of git.thesatelliteoflove.com:phil/ansible 2026-05-07 11:49:23 -06:00
Phil 6fc6094f84 fixed caddyfile 2026-05-07 11:47:49 -06:00
Phil d2b45435d6 playing with dawarich config 2026-05-07 11:36:10 -06:00
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -80,6 +80,10 @@ pdg.thesatelliteoflove.com {
}
}
starpunk.thesatelliteoflove.com {
reverse_proxy starpunk:8000
}
repair.nerder.land {
root * /srv/repair
file_server
@@ -63,6 +63,8 @@ services:
REDIS_URL: redis://dawarich_redis:6379
MIN_MINUTES_SPENT_IN_CITY: 60
APPLICATION_HOSTS: {{ subdomains.loclog }},localhost,::1,127.0.0.1
PHOTON_API_HOST: photon.komoot.io/reverse
PHOTON_API_USE_HTTPS: true
TIME_ZONE: America/Denver
APPLICATION_PROTOCOL: http
DISTANCE_UNIT: mi
@@ -122,6 +124,8 @@ services:
TIME_ZONE: America/Denver
APPLICATION_PROTOCOL: http
DISTANCE_UNIT: mi
PHOTON_API_HOST: photon.komoot.io/reverse
PHOTON_API_USE_HTTPS: true
PROMETHEUS_EXPORTER_ENABLED: false
SECRET_KEY_BASE: {{ vault_dawarich.secret_key_base }}
RAILS_LOG_TO_STDOUT: "true"
@@ -155,4 +159,4 @@ volumes:
networks:
default:
external: true
name: {{ docker.network_name }}
name: {{ docker.network_name }}