11ty-workflow-example/docker-compose.yml
TheThomaas 1761e9355e
Some checks failed
Deploy to Docker Container / deploy (push) Failing after 30s
Change deployement actions
2023-05-24 21:43:21 +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