repo: Move ansible setup to root dir
This commit is contained in:
parent
ff718b46ef
commit
7a37d60494
48 changed files with 127 additions and 172 deletions
24
roles/grocy/templates/docker-compose.yaml.j2
Normal file
24
roles/grocy/templates/docker-compose.yaml.j2
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
services:
|
||||
sonarr:
|
||||
container_name: grocy
|
||||
image: lscr.io/linuxserver/grocy:latest
|
||||
networks:
|
||||
- caddy
|
||||
environment:
|
||||
- PUID={{ stack_grocy_puid }}
|
||||
- PGID={{ stack_grocy_pgid }}
|
||||
- TZ={{ stack_grocy_tz }}
|
||||
- UMASK_SET={{ stack_grocy_umask_set }}
|
||||
volumes:
|
||||
- "{{ arrstack_env_dir }}/config/grocy:/config"
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: "http://house.pichi.berlin"
|
||||
caddy.reverse_proxy: "{{ '{{' }}upstreams 80{{ '}}'}}"
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
caddy_data: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue