Fix foundry docker

AtelierSnek 2022-11-29 22:13:22 +11:00
parent 41892343d6
commit f0788caf85
1 changed files with 5 additions and 3 deletions

View File

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