11ty-workflow-example/docker-compose.yml
TheThomaas f466130bfc
Some checks failed
Deploy to Docker Container / deploy (push) Failing after 31s
Update image name
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