Files
contact-api/docker-compose.yml
estebanthi 15d18c3f62
All checks were successful
Build & push Docker image / publish (push) Successful in 30s
initial commit
2025-10-18 16:32:21 +02:00

10 lines
159 B
YAML

version: "3.9"
services:
contact-api:
build: .
image: contact-api:latest
env_file: .env
restart: unless-stopped
ports:
- 8087:8000