akhashic-record/foundry/docker-compose.yml

35 lines
662 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:
2024-02-15 06:14:27 +00:00
image: felddy/foundryvtt:11
2022-11-29 07:26:43 +00:00
hostname: foundry.apheliongaming.com
2024-02-15 06:14:27 +00:00
restart: always
2022-11-29 07:26:43 +00:00
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
2024-02-15 06:14:27 +00:00
- FOUNDRY_VERSION=10.312
2022-11-29 07:26:43 +00:00
ports:
- target: 30000
published: 30000
protocol: tcp
secrets:
- source: config_json
target: config.json