|
@ -64,6 +64,20 @@ uses: |
|
|
echo "ProxyPass /longpolling/ http://${MASTER_BASE_SERVICE_NAME}:8072/longpolling/" |
|
|
echo "ProxyPass /longpolling/ http://${MASTER_BASE_SERVICE_NAME}:8072/longpolling/" |
|
|
echo "ProxyPassReverse /longpolling/ http://${MASTER_BASE_SERVICE_NAME}:8072/longpolling/" |
|
|
echo "ProxyPassReverse /longpolling/ http://${MASTER_BASE_SERVICE_NAME}:8072/longpolling/" |
|
|
fi |
|
|
fi |
|
|
|
|
|
backup: |
|
|
|
|
|
constraint: recommended |
|
|
|
|
|
auto: pair |
|
|
|
|
|
solves: |
|
|
|
|
|
backup: "Automatic regular backup" |
|
|
|
|
|
default-options: |
|
|
|
|
|
## First pattern matching wins, no pattern matching includes. |
|
|
|
|
|
## include-patterns are checked first, then exclude-patterns |
|
|
|
|
|
## Patterns rules: |
|
|
|
|
|
## - ending / for directory |
|
|
|
|
|
## - '*' authorized |
|
|
|
|
|
## - must start with a '/', will start from $SERVICE_DATASTORE |
|
|
|
|
|
exclude-patterns: |
|
|
|
|
|
- "/var/lib/odoo/sessions/" |
|
|
|
|
|
|
|
|
# network-isolation: |
|
|
# network-isolation: |
|
|
# whitelist: ## required external services used by this service |
|
|
# whitelist: ## required external services used by this service |
|
|