Add docker compose for service
This commit is contained in:
parent
42ba2be0f8
commit
1341773369
@ -4,4 +4,11 @@ services:
|
|||||||
image: xedit-mirror
|
image: xedit-mirror
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
environment:
|
||||||
|
- DOWNLOAD_PATH=/downloads
|
||||||
|
- CHECK_INTERVAL=86400
|
||||||
|
env_file:
|
||||||
|
- stack.env
|
||||||
|
volumes:
|
||||||
|
- /home/isaac/Media/Host/files/xEditMirror:/downloads
|
Loading…
Reference in New Issue
Block a user