Files
coolify-examples/docker-compose/docker-compose.yaml
2024-03-11 09:17:54 +01:00

10 lines
162 B
YAML

services:
api:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000"
environment:
- PORT=3000
- DB_CONNECTION=mysql