diff --git a/docker-compose.production.yml b/docker-compose.production.yml index e4ce4e9..1f334a8 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -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"