feat(landingpage): Automatically update
This commit is contained in:
parent
fecf14a5bc
commit
9f3274dae7
2 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ services:
|
|||
entrypoint: sh -c "/docker-entrypoint.sh nginx -g 'daemon off;'"
|
||||
networks:
|
||||
- "{{ docker_swarm_public_network_name }}"
|
||||
{% if landingpage_autoupdate is defined and landingpage_autoupdate %}
|
||||
deploy:
|
||||
labels:
|
||||
- shepherd.autoupdate=true
|
||||
{% endif %}
|
||||
|
||||
networks:
|
||||
"{{ docker_swarm_public_network_name }}":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue