chore(gitea): set dependency on db for Arcane updater
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user