25 lines
733 B
YAML
25 lines
733 B
YAML
version: "3"
|
|
services:
|
|
5etools-docker:
|
|
container_name: 5etools-docker
|
|
image: jafner/5etools-docker:latest
|
|
volumes:
|
|
- ~/5etools-docker/htdocs:/usr/local/apache2/htdocs
|
|
environment:
|
|
- IMG=true
|
|
- PUID=1000
|
|
- PGID=1000
|
|
|
|
- AUTOUPDATE=true
|
|
# must be set, expects "true" or "false"
|
|
|
|
- DL_TYPE=get
|
|
# must be set, expects "get", "github", or "mega"
|
|
# where "get" refers to the old `get.5e.tools` structure,
|
|
# "github" refers to the root of a specific github repository,
|
|
# and "mega" refers to a mega.nz download link
|
|
|
|
- DL_LINK=https://get.5e.tools
|
|
# must be set
|
|
# expects a URL with the correct content for the DL_TYPE
|
|
# if you're using the github type, make sure the url ends with .git |