chore: add docker compose templates
Some checks failed
Deploy / deploy (push) Failing after 9s

This commit is contained in:
2026-03-21 15:55:16 +01:00
parent 4e85aed098
commit a700becb0d

View File

@@ -11,20 +11,3 @@ services:
networks: networks:
proxy: proxy:
external: true external: true
EOF
cat > docker/docker-compose.prod.yml << 'EOF'
version: "3.8"
services:
app:
image: your-app:latest
container_name: your-app-prod
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true