update db name

This commit is contained in:
root
2026-05-11 16:08:59 -04:00
committed by Administrator
parent 56b9bb8bc4
commit 1f87786437
+3 -3
View File
@@ -1,5 +1,5 @@
services:
db:
postgres:
image: postgres:16-alpine
restart: unless-stopped
networks:
@@ -38,7 +38,7 @@ services:
- internal
- traefik-proxy
depends_on:
db:
postgres:
condition: service_healthy
redis:
condition: service_started
@@ -108,7 +108,7 @@ services:
- internal
- traefik-proxy
depends_on:
db:
postgres:
condition: service_healthy
environment:
PGMANAGE_LISTEN_PORT: "8000"