11ty-workflow-example/docker-compose.yml
TheThomaas 781c22efa0
Some checks failed
Deploy to Docker Container / deploy (push) Failing after 8s
Update workflow for Gitea docker images registrty
2023-05-24 20:35:21 +02:00

9 lines
198 B
YAML

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