mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 18:47:47 +00:00
Make docker-compose.yml for setup and docs development friendly
This enables easy local running. Actual deployment files are moved to github.com/mailu/infra.
This commit is contained in:
@@ -11,7 +11,7 @@ import ipaddress
|
||||
import hashlib
|
||||
|
||||
|
||||
version = os.getenv("this_version")
|
||||
version = os.getenv("this_version", "master")
|
||||
static_url_path = "/" + version + "/static"
|
||||
app = flask.Flask(__name__, static_url_path=static_url_path)
|
||||
flask_bootstrap.Bootstrap(app)
|
||||
|
||||
Reference in New Issue
Block a user