mondarth-campaign/.foundryvtt/docker-compose.yml
Ulenar of Mondarth 6803c8336b
Some checks failed
Build and Deploy Docs / build (push) Failing after 1m41s
Bump version / Bump version and create changelog with commitizen (push) Failing after 7s
chore: initial commit
2025-07-14 18:00:35 +00:00

29 lines
593 B
YAML

---
secrets:
config_json:
file: secrets.json
services:
foundry:
image: felddy/foundryvtt:${VERSION}
container_name: campaign-vtt
hostname: localhost
volumes:
- type: bind
source: ./data
target: /data
- type: bind
source: ..
target: /data/Data/modules/mondarth-campaign
environment:
- CONTAINER_PRESERVE_CONFIG=true
- FOUNDRY_UID=1000
- FOUNDRY_GID=1000
ports:
- target: 30000
published: 31000
protocol: tcp
secrets:
- source: config_json
target: config.json