akhashic-record/foundry/docker-compose.yml

33 lines
615 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:
2023-02-21 23:49:43 +00:00
image: felddy/foundryvtt:10.291
2022-11-29 07:26:43 +00:00
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-30 07:34:33 +00:00
- FOUNDRY_HOSTNAME="foundry.apheliongaming.com"
- FOUNDRY_PROXY_SSL=true
- FOUNDRY_MINIFY_STATIC_FILES=true
2022-11-29 07:26:43 +00:00
ports:
- target: 30000
published: 30000
protocol: tcp
secrets:
- source: config_json
target: config.json