ensure monitoring stack starts before all other services
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
image: gitea/gitea:1.25.5-rootless
|
||||
container_name: gitea
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- alloy
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ${DATA_ROOT}/gitea/data:/var/lib/gitea
|
||||
|
||||
Reference in New Issue
Block a user