Files
coolify-examples/docker-compose/docker-compose.yaml
Andras Bacsai 1174bc31a9 set port
2024-03-11 09:12:00 +01:00

9 lines
147 B
YAML

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