Skip to content
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
# - ./config-local-uh.json:/home/tapis/config.json
# - ./config-local-sdsc.json:/home/tapis/config.json
- ./service.log:/home/tapis/service.log
- ./service/templates:/home/tapis/service/templates
networks:
- authenticator
depends_on:
Expand Down
1 change: 1 addition & 0 deletions service/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from service import tenants

app = Flask(__name__)
app.config['TEMPLATES_AUTO_RELOAD'] = True
# set the session expiry to a low level to force logins
app.config['PERMANENT_SESSION_LIFETIME'] = datetime.timedelta(minutes=15)

Expand Down