roles: Make domain global variable
Each role has their own subdomains which can be set manually, or can inherit from the global domain with a default prefix.
This commit is contained in:
parent
812deeb12d
commit
e32f2366c8
7 changed files with 32 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
- "{{ arrstack_env_dir }}/config/grocy:/config"
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: "http://house.pichi.berlin"
|
||||
caddy: "{{ stack_grocy_subdomain }}"
|
||||
caddy.reverse_proxy: "{{ '{{' }}upstreams 80{{ '}}'}}"
|
||||
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue