Docker Compose Changes And Caddy Updates
This commit is contained in:
parent
5f07b41d3a
commit
f64e0cdca6
8 changed files with 30 additions and 7 deletions
|
|
@ -32,7 +32,7 @@
|
|||
tags: docker,adguard
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/adguard
|
||||
pull: always
|
||||
pull: policy
|
||||
|
||||
rescue:
|
||||
- name: Set that this task failed
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
tags: docker,adguard
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/adguardhome-sync
|
||||
pull: always
|
||||
pull: policy
|
||||
|
||||
rescue:
|
||||
- name: Set that this task failed
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
tags: docker,arr,sabnzbd
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/arr/{{ item }}
|
||||
pull: always
|
||||
pull: policy
|
||||
loop:
|
||||
- "sabnzbd"
|
||||
- "radarr"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
tags: docker,authentik
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/authentik
|
||||
pull: always
|
||||
pull: policy
|
||||
|
||||
rescue:
|
||||
- name: Set that this task failed
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
tags: docker,caddy
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/caddy
|
||||
pull: always
|
||||
pull: policy
|
||||
|
||||
rescue:
|
||||
- name: Set that this task failed
|
||||
|
|
|
|||
|
|
@ -30,3 +30,26 @@ guac.local.cobb.lgbt {
|
|||
flush_interval -1
|
||||
}
|
||||
}
|
||||
|
||||
homarr.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.52:7575
|
||||
}
|
||||
sabnzbd.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.52:8081
|
||||
}
|
||||
sonarr.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.52:8989
|
||||
}
|
||||
radarr.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.52:7878
|
||||
}
|
||||
prowlarr.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.52:9696
|
||||
}
|
||||
lidarr.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.52:8686
|
||||
}
|
||||
|
||||
ha.local.cobb.lgbt {
|
||||
reverse_proxy 10.69.2.13:8123
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
tags: docker,coder
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "/opt/coder"
|
||||
pull: always
|
||||
pull: policy
|
||||
|
||||
rescue:
|
||||
- name: Set that this task failed
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
tags: docker,unifi
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "/opt/unifi"
|
||||
pull: always
|
||||
pull: policy
|
||||
|
||||
rescue:
|
||||
- name: Set that this task failed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue