Add docker compose for service

This commit is contained in:
Isaac Shoebottom 2024-07-31 20:26:25 -03:00
parent 42ba2be0f8
commit 1341773369

View File

@ -5,3 +5,10 @@ services:
build:
context: .
dockerfile: Dockerfile
environment:
- DOWNLOAD_PATH=/downloads
- CHECK_INTERVAL=86400
env_file:
- stack.env
volumes:
- /home/isaac/Media/Host/files/xEditMirror:/downloads