added foundry vtt, some other smaller changes

This commit is contained in:
2021-08-16 12:10:01 +02:00
parent 32e30fe816
commit 5197b7733e
5 changed files with 56 additions and 2 deletions

View File

@ -0,0 +1,32 @@
version: "3.7"
services:
foundryvtt:
image: felddy/foundryvtt:release
hostname: foundry.krumel.moe
init: true
volumes:
- /srv/foundry:/data
ports:
- "30000:30000/tcp"
restart: "unless-stopped"
environment:
- FOUNDRY_HOSTNAME=foundry.krumel.moe
- FOUNDRY_LOCAL_HOSTNAME=septentrion:30000
- FOUNDRY_PROXY_PORT=443
- FOUNDRY_PROXY_SSL=true
networks:
- foundry
secrets:
- source: foundry_creds
target: config.json
networks:
foundry:
ipam:
config:
- subnet: 172.20.60.0/24
secrets:
foundry_creds:
file: /srv/docker-secrets/foundry.json