Add MATCHY_TAG to control which image tag compose will use

This commit is contained in:
Marc Di Luzio 2024-08-14 18:57:57 +01:00
parent e4baf2e7aa
commit a3c543493a

View file

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