Removed hardcoded version

It cannot be null and it will be annoying to update the template with every release. Users still can set this variable in their project if they want to install non-latest version.
This commit is contained in:
Aleksandr Vasilenko
2024-10-24 10:22:29 -05:00
parent 20d821585c
commit 1cb59d1883

View File

@@ -12,8 +12,6 @@ services:
environment: environment:
# FQDN will be proxied to port 30000 # FQDN will be proxied to port 30000
- SERVICE_FQDN_FOUNDRY_30000 - SERVICE_FQDN_FOUNDRY_30000
# Version of Foundry Virtual Tabletop to install i.e. 12.331
- FOUNDRY_VERSION=${FOUNDRY_VERSION:-12.331}
# Account username or email address for foundryvtt.com. Required for downloading an application distribution. # Account username or email address for foundryvtt.com. Required for downloading an application distribution.
- FOUNDRY_USERNAME=${FOUNDRY_USERNAME} - FOUNDRY_USERNAME=${FOUNDRY_USERNAME}
# Account password for foundryvtt.com. Required for downloading an application distribution. # Account password for foundryvtt.com. Required for downloading an application distribution.