--- version: "3.8" secrets: config_json: file: secrets.json volumes: foundryvtt: external: yes services: foundry: image: felddy/foundryvtt:11 hostname: foundry.apheliongaming.com restart: always 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 - FOUNDRY_VERSION=10.312 ports: - target: 30000 published: 30000 protocol: tcp secrets: - source: config_json target: config.json