chore(gitea): set dependency on db for Arcane updater

This commit is contained in:
2026-02-19 01:40:26 +01:00
parent 79a2ce79e1
commit 5dc53efe46

View File

@@ -25,11 +25,14 @@ services:
ports:
- "${HTTP_PORT:-3100}:3000"
- "${SSH_PORT:-222}:22"
labels:
com.getarcaneapp.arcane.depends-on: "db"
depends_on:
- db
db:
image: docker.io/library/postgres:14
container_name: gitea-db
restart: always
environment:
POSTGRES_USER: "gitea"