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: ports:
- "${HTTP_PORT:-3100}:3000" - "${HTTP_PORT:-3100}:3000"
- "${SSH_PORT:-222}:22" - "${SSH_PORT:-222}:22"
labels:
com.getarcaneapp.arcane.depends-on: "db"
depends_on: depends_on:
- db - db
db: db:
image: docker.io/library/postgres:14 image: docker.io/library/postgres:14
container_name: gitea-db
restart: always restart: always
environment: environment:
POSTGRES_USER: "gitea" POSTGRES_USER: "gitea"