akhashic-record/foundry/docker-compose.yml

31 lines
491 B
YAML
Raw Normal View History

2022-11-29 07:26:43 +00:00
---
version: "3.8"
secrets:
config_json:
file: secrets.json
volumes:
2022-11-29 11:13:22 +00:00
foundryvtt:
external: yes
2022-11-29 07:26:43 +00:00
services:
foundry:
image: felddy/foundryvtt:release
hostname: foundry.apheliongaming.com
volumes:
- type: volume
2022-11-29 11:13:22 +00:00
source: foundryvtt
2022-11-29 07:26:43 +00:00
target: /data
environment:
2022-11-29 11:13:22 +00:00
- CONTAINER_VERBOSE=true
2022-11-29 07:26:43 +00:00
ports:
- target: 30000
published: 30000
protocol: tcp
secrets:
- source: config_json
target: config.json