|
|
|
|
@ -51,7 +51,7 @@ services:
@@ -51,7 +51,7 @@ services:
|
|
|
|
|
# context: . |
|
|
|
|
# dockerfile: ./compose/production/traefik/Dockerfile |
|
|
|
|
#image: mistborn_production_traefik |
|
|
|
|
image: traefik:v2.2 |
|
|
|
|
image: traefik:v2.4.9 |
|
|
|
|
container_name: mistborn_production_traefik |
|
|
|
|
depends_on: |
|
|
|
|
- django |
|
|
|
|
@ -119,7 +119,7 @@ services:
@@ -119,7 +119,7 @@ services:
|
|
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
|
|
redis: |
|
|
|
|
image: redis:5.0 |
|
|
|
|
image: redis:6.2-alpine |
|
|
|
|
container_name: mistborn_production_redis |
|
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
|
|
@ -192,7 +192,7 @@ services:
@@ -192,7 +192,7 @@ services:
|
|
|
|
|
|
|
|
|
|
pihole: |
|
|
|
|
container_name: mistborn_production_pihole |
|
|
|
|
image: pihole/pihole:v5.7 |
|
|
|
|
image: pihole/pihole:v5.8 |
|
|
|
|
env_file: |
|
|
|
|
- ./.envs/.production/.pihole |
|
|
|
|
ports: |
|
|
|
|
@ -211,8 +211,9 @@ services:
@@ -211,8 +211,9 @@ services:
|
|
|
|
|
- "traefik.http.services.pihole-service.loadbalancer.server.port=80" |
|
|
|
|
environment: |
|
|
|
|
- ServerIP=10.2.0.3 |
|
|
|
|
- DNS1='10.2.0.2#5054' # docs say port 5054, was 54; use network_mode: host to see which port is used |
|
|
|
|
- DNS2='' |
|
|
|
|
- PIHOLE_DNS_=10.2.0.2#5054 |
|
|
|
|
#- DNS1='10.2.0.2#5054' # docs say port 5054, was 54; use network_mode: host to see which port is used |
|
|
|
|
#- DNS2='' |
|
|
|
|
- IPv6='false' |
|
|
|
|
- DNSMASQ_LISTENING=all |
|
|
|
|
# TZ: 'America/New York' |
|
|
|
|
|