chore: update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user