aboutsummaryrefslogtreecommitdiffstats
path: root/production.yml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-27 17:01:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-27 17:01:25 +0100
commit0ec7b9c700c820ddd3b90f060af42000a60178cc (patch)
treed722961e8801f9af7ff7c17e00cfce75f56d8319 /production.yml
parenta473654dbf94d3d8a721727af00f4727cbcab82e (diff)
comment out traefik service config
Diffstat (limited to 'production.yml')
-rw-r--r--production.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/production.yml b/production.yml
index 4aadfb5..79e2636 100644
--- a/production.yml
+++ b/production.yml
@@ -31,19 +31,19 @@ services:
env_file:
- ./.envs/.production/.postgres
- traefik:
- build:
- context: .
- dockerfile: ./compose/production/traefik/Dockerfile
- image: pyblackbird_cc_production_traefik
- depends_on:
- - django
- volumes:
- - production_traefik:/etc/traefik/acme
- ports:
- - '0.0.0.0:80:80'
- - '0.0.0.0:443:443'
- - '0.0.0.0:5555:5555'
+ # traefik:
+ # build:
+ # context: .
+ # dockerfile: ./compose/production/traefik/Dockerfile
+ # image: pyblackbird_cc_production_traefik
+ # depends_on:
+ # - django
+ # volumes:
+ # - production_traefik:/etc/traefik/acme
+ # ports:
+ # - '0.0.0.0:80:80'
+ # - '0.0.0.0:443:443'
+ # - '0.0.0.0:5555:5555'
redis:
image: docker.io/redis:6
@@ -63,11 +63,11 @@ services:
image: pyblackbird_cc_production_flower
command: /start-flower
- awscli:
- build:
- context: .
- dockerfile: ./compose/production/aws/Dockerfile
- env_file:
- - ./.envs/.production/.django
- volumes:
- - production_postgres_data_backups:/backups:z
+ # awscli:
+ # build:
+ # context: .
+ # dockerfile: ./compose/production/aws/Dockerfile
+ # env_file:
+ # - ./.envs/.production/.django
+ # volumes:
+ # - production_postgres_data_backups:/backups:z