Compare commits

..

No commits in common. "2f10fdbce6595d73e879066f17b601141afe5df8" and "8431eb080915032746c26e6bc223e7c9d40a7f3e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ services:
environment:
- JWT_ENABLED=true
- JWT_SECRET=MvaG9zdHMgCnN1ZG8gbmFubyAvZXRjL2hvc3RzIApzY3AgVMOpbMOpY
- FORCESAVE_ENABLE=true
- FORCESAVE_ENABLE=false
- FORCESAVE_INTERVAL=2m
- FORCESAVE_STEP=5m
volumes:

View File

@ -37,7 +37,7 @@
[http.routers]
[http.routers.coopoasis]
entrypoints = "websecure"
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`)"
rule = "Host(`odoo.cooperative-oasis.org`)"
service = "coopoasis"
[http.services]