Fix foundry docker

main
AtelierSnek 2022-11-29 22:13:22 +11:00 committed by Rin
parent 41892343d6
commit 5c51e698c9
Signed by: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 5 additions and 3 deletions

View File

@ -6,19 +6,21 @@ secrets:
file: secrets.json
volumes:
data:
foundryvtt:
external: yes
services:
foundry:
image: felddy/foundryvtt:release
hostname: foundry.apheliongaming.com
init: true
volumes:
- type: volume
source: /data/foundryvtt
source: foundryvtt
target: /data
environment:
- CONTAINER_VERBOSE=true
ports:
- target: 30000
published: 30000