Compare commits
No commits in common. "b1826c834fa5d3eb847924b0d2646acf9a7cc1a0" and "6677449644f296e0ddaa18f252d93f51877b70a9" have entirely different histories.
b1826c834f
...
6677449644
1 changed files with 6 additions and 0 deletions
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal 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
|
Loading…
Add table
Reference in a new issue