chore: update docker-compose.yml

This commit is contained in:
2026-01-09 17:41:13 -08:00
parent f91c9937a8
commit 0d8220e147

View File

@@ -1,3 +1,4 @@
name: uplifting-api
services:
postgres:
image: postgres:latest
@@ -9,7 +10,7 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
volumes:
- ~/databases/uplifting-api-postgres-data:/var/lib/postgresql/data
- ~/databases/uplifting-api-postgres-data:/var/lib/postgresql
volumes:
postgres-data: