Compare commits

..

1 commit

Author SHA1 Message Date
248c384608 Add renovate.json
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 33s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 1m10s
2024-08-26 19:48:30 +00:00

6
docker-compose.yml Normal file
View file

@ -0,0 +1,6 @@
services:
matchy:
image: forge.mdiluz.io/mdiluz/matchy:${MATCHY_TAG:-latest}
env_file: ".env"
volumes:
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy