update db name
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user