Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-03-18 12:32:08 +01:00
committed by GitHub
parent 205f195d5f
commit 66d8fb7b9f

View File

@@ -8,10 +8,10 @@ services:
environment:
- PORT=3000
- DB_CONNECTION=postgres
database:
image: postgres:14-alpine
volumes:
- db-data:/var/lib/postgresql/data
environment:
- POSTGRES_DB=database
- POSTGRES_PASSWORD=password
# database:
# image: postgres:14-alpine
# volumes:
# - db-data:/var/lib/postgresql/data
# environment:
# - POSTGRES_DB=database
# - POSTGRES_PASSWORD=password