Files
template-projet/docker/docker-compose.yml
Vincent a700becb0d
Some checks failed
Deploy / deploy (push) Failing after 9s
chore: add docker compose templates
2026-03-21 15:55:16 +01:00

14 lines
184 B
YAML

version: "3.8"
services:
app:
image: your-app:latest
container_name: your-app
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true