akhashic-record/foundry/docker-compose.yml

29 lines
456 B
YAML

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