--- version: "3.8" secrets: config_json: file: secrets.json volumes: foundryvtt: external: yes services: foundry: image: felddy/foundryvtt:10.291 hostname: foundry.apheliongaming.com volumes: - type: volume source: foundryvtt target: /data environment: - CONTAINER_VERBOSE=true - FOUNDRY_HOSTNAME="foundry.apheliongaming.com" - FOUNDRY_PROXY_SSL=true - FOUNDRY_MINIFY_STATIC_FILES=true ports: - target: 30000 published: 30000 protocol: tcp secrets: - source: config_json target: config.json