Compare commits

...

2 Commits

Author SHA1 Message Date
root
2f10fdbce6 add host pad.cooperative-oasis.org to myceliandre VM 2022-12-19 12:53:08 +01:00
root
bb9d6b1967 enable forcesave 2022-12-19 12:53:08 +01:00
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=false
- FORCESAVE_ENABLE=true
- 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`)"
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`)"
service = "coopoasis"
[http.services]