2021-07-05 01:15:08 -07:00
|
|
|
version: "3"
|
|
|
|
services:
|
2021-10-03 17:12:11 -07:00
|
|
|
5etools-docker:
|
|
|
|
container_name: 5etools-docker
|
2022-12-22 09:48:54 -08:00
|
|
|
image: jafner/5etools-docker
|
2021-10-03 17:12:11 -07:00
|
|
|
volumes:
|
2023-09-05 17:13:04 -07:00
|
|
|
- ~/5etools-docker/htdocs:/usr/local/apache2/htdocs
|
2021-10-03 17:12:11 -07:00
|
|
|
ports:
|
|
|
|
- 8080:80/tcp
|
|
|
|
environment:
|
2023-09-05 17:13:04 -07:00
|
|
|
- SOURCE=GITHUB
|
|
|
|
# Required unless OFFLINE_MODE=TRUE and the site files are already present.
|
2022-12-22 09:22:43 -08:00
|
|
|
# Expects one of GITHUB, GITHUB-NOIMG, GET5ETOOLS, or GET5ETOOLS-NOIMG. Where:
|
2022-12-01 18:42:26 -08:00
|
|
|
# GITHUB pulls from https://github.com/5etools-mirror-1/5etools-mirror-1
|
2022-12-03 13:23:03 -08:00
|
|
|
# GITHUB-NOIMG pulls from https://github.com/5etools-mirror-1/5etools-mirror-1 without image files.
|
2022-12-01 18:42:26 -08:00
|
|
|
# GET5ETOOLS pulls from https://get.5e.tools
|
|
|
|
# GET5ETOOLS-NOIMG pulls from https://get.5e.tools without image files.
|
|
|
|
# The get.5e.tools source has been down (redirecting to 5e.tools) during development.
|
|
|
|
# This method is not tested.
|
2024-01-08 17:02:16 -08:00
|
|
|
#- GIT_URL=https://github.com/5etools-mirror-1/5etools-mirror-1.github.io.git
|
|
|
|
# Use this to override the default "official" mirror link. Only works for initial Git clone.
|
|
|
|
# Does not work when an existing repository is present.
|
|
|
|
# Defaults to https://github.com/5etools-mirror-2/5etools-mirror-2.github.io.git
|
2022-12-01 18:42:26 -08:00
|
|
|
#- OFFLINE_MODE=TRUE
|
|
|
|
# Optional. Expects "TRUE" or "FALSE".
|
|
|
|
|
2023-09-05 17:13:04 -07:00
|
|
|
# Uncomment this block to use a docker-managed volume:
|
|
|
|
#volumes:
|
|
|
|
# 5etools-docker:
|