|
|
@ -31,6 +31,7 @@ services: |
|
|
|
image: ${DB_IMG:-postgres}:${DB_TAG:-12.4} |
|
|
|
image: ${DB_IMG:-postgres}:${DB_TAG:-12.4} |
|
|
|
container_name: ${DB_CONTAINER_NAME:-gitea-db} |
|
|
|
container_name: ${DB_CONTAINER_NAME:-gitea-db} |
|
|
|
restart: unless-stopped |
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
stop_signal: ${DB_STOP_SIG:-SIGTERM} |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
- POSTGRES_USER=${DB_USER} |
|
|
|
- POSTGRES_USER=${DB_USER} |
|
|
|
- POSTGRES_PASSWORD=${DB_PASSWD} |
|
|
|
- POSTGRES_PASSWORD=${DB_PASSWD} |
|
|
|