Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2025-04-16 15:12:17 +02:00
committed by GitHub
parent 354a6751e8
commit 35e4d33085

View File

@@ -6,6 +6,7 @@ services:
ports:
- "3000"
environment:
- FQDN=${SERVICE_FQDN_API}
- PORT=3000
- DB_CONNECTION=postgres
- TEST=${TEST}