Skip to content

Commit fd4a29c

Browse files
committed
Fixes #606: Docker compose version obsolete, fix network issue with custom domain.
1 parent 772cee4 commit fd4a29c

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

templates/docker-compose.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# {{ ansible_managed }}
22
---
3-
version: "3.5"
4-
53
volumes:
64
prometheus_data: {}
75
grafana_data: {}

templates/pi-hole-docker-compose.yml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# {{ ansible_managed }}
22
---
3-
version: "3.5"
4-
53
{% if domain_name_enable and domain_name and domain_pihole %}
64
{# Make sure pihole and nginx-proxy are in the same network #}
75
networks:
86
front-tier:
97
name: internet-monitoring-front-tier
8+
external: true
109
{% endif %}
1110

1211
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/

templates/shelly-plug-docker-compose.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# {{ ansible_managed }}
22
---
3-
version: "3"
4-
53
services:
64
shelly-plug:
75
container_name: shelly-plug

templates/starlink-docker-compose.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# {{ ansible_managed }}
22
---
3-
version: "3"
4-
53
services:
64
starlink-exporter:
75
container_name: starlink-exporter

0 commit comments

Comments
 (0)