Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-03-13 09:47:51 +01:00
committed by GitHub
parent ac2ee9a0c0
commit 68232925f5

View File

@@ -7,4 +7,11 @@ services:
- "3000"
environment:
- PORT=3000
- DB_CONNECTION=mysql
- DB_CONNECTION=postgres
database:
image: postgres:14-alpine
volumes:
- db-data:/var/lib/postgresql/data
environment:
- POSTGRES_DB=database
- POSTGRES_PASSWORD=password