move caddy update role into sep playbook

This commit is contained in:
2023-07-09 14:21:35 +05:30
parent 0f19b0a653
commit 8cbbc2cace
3 changed files with 13 additions and 9 deletions

View File

@ -13,6 +13,7 @@ services:
container_name: hyperpipe-backend
environment:
- HYP_PROXY={% if inventory_hostname == 'eu' %}proxy.piped.projectsegfau.lt{%else%}pipedproxy.{{inventory_hostname}}.projectsegfau.lt{%endif%}
restart: unless-stopped
ports:
- '3536:3000'