matchy/docker-compose.yml
Marc Di Luzio 7afa5086fd
All checks were successful
Test, Build and Publish / test (push) Successful in 34s
Test, Build and Publish / build-and-push-images (push) Successful in 1m10s
Use forgejo registry for the image
2024-08-25 21:41:43 +01:00

6 lines
No EOL
171 B
YAML

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