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: services:
db: postgres:
image: postgres:16-alpine image: postgres:16-alpine
restart: unless-stopped restart: unless-stopped
networks: networks:
@@ -38,7 +38,7 @@ services:
- internal - internal
- traefik-proxy - traefik-proxy
depends_on: depends_on:
db: postgres:
condition: service_healthy condition: service_healthy
redis: redis:
condition: service_started condition: service_started
@@ -108,7 +108,7 @@ services:
- internal - internal
- traefik-proxy - traefik-proxy
depends_on: depends_on:
db: postgres:
condition: service_healthy condition: service_healthy
environment: environment:
PGMANAGE_LISTEN_PORT: "8000" PGMANAGE_LISTEN_PORT: "8000"