From f13b70aeb10ea01d3514020d2bc76ad7f6e3a6a6 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Mon, 29 Jan 2024 20:40:39 +0100 Subject: [PATCH] Delete bxl-shp/apps/docker-compose.kill-the-newsletter.yaml Signed-off-by: Brieuc Dubois --- .../docker-compose.kill-the-newsletter.yaml | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 bxl-shp/apps/docker-compose.kill-the-newsletter.yaml diff --git a/bxl-shp/apps/docker-compose.kill-the-newsletter.yaml b/bxl-shp/apps/docker-compose.kill-the-newsletter.yaml deleted file mode 100644 index 5377646..0000000 --- a/bxl-shp/apps/docker-compose.kill-the-newsletter.yaml +++ /dev/null @@ -1,25 +0,0 @@ -services: - kill-the-newsletter: - container_name: kill-the-newsletter - image: registry.bhasher.com/kill-the-newsletter:latest - restart: unless-stopped - ports: - - 25:25/tcp - environment: - - TZ=Europe/Paris - - URL=https://kill-the-newsletter.bhasher.com - - SMTP=smtp://kill-the-newsletter.bhasher.com - - ADMIN_EMAIL=kill-the-newsletter.lan@bhasher.com - volumes: - - $DATA/kill-the-newsletter:/data - labels: - - "traefik.enable=true" - - "traefik.http.routers.kill-the-newsletter.rule=Host(`kill-the-newsletter.bhasher.com`)" - - "traefik.http.services.kill-the-newsletter.loadbalancer.server.port=80" - - "traefik.http.routers.kill-the-newsletter.tls=true" - - "traefik.http.routers.kill-the-newsletter.tls.certresolver=http" - - "traefik.http.routers.kill-the-newsletter.entrypoints=internalsecure" - networks: - - external - deploy: - replicas: 0