Compare commits
1 commit
9e6366f238
...
248c384608
Author | SHA1 | Date | |
---|---|---|---|
248c384608 |
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