Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-04-11 21:38:33 +02:00
committed by GitHub
parent 44f288b135
commit 5619032fd0

View File

@@ -8,6 +8,7 @@ services:
environment:
- PORT=3000
- DB_CONNECTION=postgres
- TEST=${TEST}
database:
image: postgres:14-alpine
volumes: