This commit is contained in:
jpmvaz
2026-09-13 20:17:19 +01:00
commit cfd83aedc4
11 changed files with 1348 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.8'
services:
martinhal-contacts:
build: .
container_name: martinhal-contacts
ports:
- "8000:8000"
volumes:
- contacts-data:/app/data
restart: unless-stopped
environment:
- NODE_ENV=production
volumes:
contacts-data: