fix foundry
parent
26b3f8b258
commit
651d83a3d8
|
@ -12,7 +12,7 @@ volumes:
|
|||
|
||||
services:
|
||||
foundry:
|
||||
image: felddy/foundryvtt:10.291
|
||||
image: felddy/foundryvtt:11
|
||||
hostname: foundry.apheliongaming.com
|
||||
volumes:
|
||||
- type: volume
|
||||
|
@ -23,6 +23,7 @@ services:
|
|||
- FOUNDRY_HOSTNAME="foundry.apheliongaming.com"
|
||||
- FOUNDRY_PROXY_SSL=true
|
||||
- FOUNDRY_MINIFY_STATIC_FILES=true
|
||||
- FOUNDRY_VERSION=10.312
|
||||
ports:
|
||||
- target: 30000
|
||||
published: 30000
|
||||
|
@ -30,4 +31,3 @@ services:
|
|||
secrets:
|
||||
- source: config_json
|
||||
target: config.json
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue