Create docker-compose.yml

This commit is contained in:
Andras Bacsai
2024-05-06 12:56:04 +02:00
committed by GitHub
parent 2e92c84831
commit d6ff49d1df

View File

@@ -0,0 +1,11 @@
services:
api:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000"
environment:
- PORT=3000
- DB_CONNECTION=postgres
- TEST=${TEST}