chore: update docker-compose.yml

This commit is contained in:
2026-01-09 17:46:57 -08:00
parent 69652743b5
commit 4251f6981d

View File

@@ -2,7 +2,7 @@ name: uplifting-api
services:
postgres:
image: postgres:latest
container_name: postgres-uplifting-api
container_name: postgres
ports:
- "5401:5432"
environment:
@@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
volumes:
- ~/databases/uplifting-api-postgres-data:/var/lib/postgresql
- pg-data:/var/lib/postgresql
volumes:
postgres-data:
pg-data: