|
|
|
|
@ -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 |
|
|
|
|
@ -85,7 +85,7 @@ services:
@@ -85,7 +85,7 @@ services:
|
|
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
|
|
redis: |
|
|
|
|
image: redis:5.0 |
|
|
|
|
image: redis:6.2-alpine |
|
|
|
|
container_name: mistborn_production_redis |
|
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
|
|
@ -158,7 +158,7 @@ services:
@@ -158,7 +158,7 @@ services:
|
|
|
|
|
|
|
|
|
|
pihole: |
|
|
|
|
container_name: mistborn_production_pihole |
|
|
|
|
image: pihole/pihole:v5.7 |
|
|
|
|
image: pihole/pihole:v5.8 |
|
|
|
|
env_file: |
|
|
|
|
- ./.envs/.production/.pihole |
|
|
|
|
ports: |
|
|
|
|
|