Compare commits
2 Commits
553e2f8898
...
ada3a3ccaf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ada3a3ccaf | ||
|
|
8cf3a2a726 |
@@ -136,7 +136,7 @@ jobs:
|
||||
docker compose \
|
||||
-f docker-compose.observability.yml \
|
||||
--env-file .env.staging \
|
||||
up -d --wait
|
||||
up -d --wait --remove-orphans
|
||||
|
||||
- name: Reload Caddy
|
||||
# Apply any committed Caddyfile changes before smoke-testing the
|
||||
|
||||
@@ -109,7 +109,7 @@ jobs:
|
||||
docker compose \
|
||||
-f docker-compose.observability.yml \
|
||||
--env-file .env.production \
|
||||
up -d --wait
|
||||
up -d --wait --remove-orphans
|
||||
|
||||
- name: Reload Caddy
|
||||
# See nightly.yml — same rationale and mechanism: DooD job containers
|
||||
|
||||
@@ -95,6 +95,6 @@ grafana.archiv.raddatz.cloud {
|
||||
}
|
||||
|
||||
glitchtip.archiv.raddatz.cloud {
|
||||
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
import security_headers
|
||||
reverse_proxy 127.0.0.1:3002
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user