mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
examples - fix magento/swarm
This commit is contained in:
parent
edf5421bf6
commit
09141f2047
1 changed files with 4 additions and 4 deletions
|
|
@ -25,10 +25,10 @@ services:
|
|||
constraints:
|
||||
- "node.role==worker"
|
||||
labels:
|
||||
- SERVER_NAME=www.example.com
|
||||
- USE_REVERSE_PROXY=yes
|
||||
- REVERSE_PROXY_URL=/
|
||||
- REVERSE_PROXY_HOST=http://mymagento:8080
|
||||
- bunkerweb.SERVER_NAME=www.example.com
|
||||
- bunkerweb.USE_REVERSE_PROXY=yes
|
||||
- bunkerweb.REVERSE_PROXY_URL=/
|
||||
- bunkerweb.REVERSE_PROXY_HOST=http://mymagento:8080
|
||||
|
||||
myelasticsearch:
|
||||
image: bitnami/elasticsearch:7
|
||||
|
|
|
|||
Loading…
Reference in a new issue