ensure monitoring stack starts before all other services

This commit is contained in:
2026-03-22 22:55:42 +01:00
parent 926766346c
commit b5c5c11114
3 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ services:
image: caddy:2-alpine
container_name: caddy
restart: unless-stopped
depends_on:
- alloy
ports:
- "80:80"
- "443:443"