Files

9 lines
132 B
YAML
Raw Permalink Normal View History

2025-02-03 21:53:42 +07:00
services:
api:
build:
context: .
dockerfile: Dockerfile
ports:
- "${PORT}:${PORT}"
env_file: ".env"