initial commit
All checks were successful
Build & push Docker image / publish (push) Successful in 30s

This commit is contained in:
estebanthi
2025-10-18 16:32:21 +02:00
commit 15d18c3f62
13 changed files with 676 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.9"
services:
contact-api:
build: .
image: contact-api:latest
env_file: .env
restart: unless-stopped
ports:
- 8087:8000