matchy/docker-compose.yml
Marc Di Luzio a06e2858fa
All checks were successful
Test, Build and Publish / test (push) Successful in 34s
Test, Build and Publish / build-and-push-images (push) Successful in 1m25s
Update to use docker.io for images
2024-08-25 21:16:25 +01:00

6 lines
No EOL
155 B
YAML

services:
matchy:
image: mdiluz/matchy:${MATCHY_TAG:-latest}
env_file: ".env"
volumes:
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy