11ty-coolify-deploy/docker-compose.yml
2023-05-24 21:44:58 +02:00

10 lines
244 B
YAML

version: '3'
services:
dev:
image: thethomaas/11ty-workflow-example
# image: gitea.local.thethomaas.net/thethomaas/11ty-workflow-example
ports:
- '8086:80'
volumes:
- /mnt/appdata/dev/dist:/usr/share/nginx/html:ro