Jafner.net/5etools-docker/docker-compose.yml
Joey Hafner 00568ca966 #16 Deprecate all mention of get.5e.tools
Simplify configuration
Update dead wiki link
Update docs
2024-02-16 22:14:59 -08:00

16 lines
531 B
YAML

version: "3"
services:
5etools-docker:
container_name: 5etools-docker
image: jafner/5etools-docker
volumes:
- ~/5etools-docker/htdocs:/usr/local/apache2/htdocs
ports:
- 8080:80/tcp
environment:
- IMG=FALSE # Set to TRUE to pull images from https://github.com/5etools-mirror-2/5etools-img (as a Git submodule)
#- OFFLINE_MODE=TRUE # Optional. Expects "TRUE" or "FALSE". Disables checking for new updates.
# Uncomment this block to use a docker-managed volume:
#volumes:
# 5etools-docker: