akhashic-record/foundry/docker-compose.yml

31 lines
491 B
YAML

---
version: "3.8"
secrets:
config_json:
file: secrets.json
volumes:
foundryvtt:
external: yes
services:
foundry:
image: felddy/foundryvtt:release
hostname: foundry.apheliongaming.com
volumes:
- type: volume
source: foundryvtt
target: /data
environment:
- CONTAINER_VERBOSE=true
ports:
- target: 30000
published: 30000
protocol: tcp
secrets:
- source: config_json
target: config.json