specified db info
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s

This commit is contained in:
WGAVermeer
2026-03-08 14:39:31 +01:00
parent cbf5e4b503
commit d999fece6f
4 changed files with 21 additions and 6 deletions

View File

@@ -9,3 +9,10 @@ services:
- path: .env - path: .env
required: false required: false
db:
env_file:
- path: .env.template
required: true
- path: .env
required: false

View File

@@ -3,3 +3,8 @@ services:
env_file: env_file:
- path: .env - path: .env
required: true required: true
db:
env_file:
- path: .env
required: true

View File

@@ -5,4 +5,12 @@ services:
env_file: env_file:
- path: .env.template - path: .env.template
required: true required: true
db:
db:
env_file:
- path: .env.template
required: true

View File

@@ -20,11 +20,6 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes: volumes:
- postgres_data:/var/lib/postgresql - postgres_data:/var/lib/postgresql
env_file:
- path: .env.template
required: true
- path: .env
required: false
restart: unless-stopped restart: unless-stopped
adminer: adminer: