From 8198f917544e4bcf3a7e6f9850e16864c8a9e5ee Mon Sep 17 00:00:00 2001 From: Chris <31969757+ChrisvanChip@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:42:34 +0100 Subject: [PATCH] Remove debugging --- blueprints/chatwoot/docker-compose.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/blueprints/chatwoot/docker-compose.yml b/blueprints/chatwoot/docker-compose.yml index c06feaa..ece9ef4 100644 --- a/blueprints/chatwoot/docker-compose.yml +++ b/blueprints/chatwoot/docker-compose.yml @@ -23,8 +23,6 @@ x-base-config: &base-config - REDIS_URL=${REDIS_URL} - ENABLE_ACCOUNT_SIGNUP=${ENABLE_ACCOUNT_SIGNUP} - ACTIVE_STORAGE_SERVICE=${ACTIVE_STORAGE_SERVICE} - labels: - - "traefik.enable=true" services: chatwoot-rails: @@ -37,11 +35,6 @@ services: entrypoint: docker/entrypoints/rails.sh command: ['bundle', 'exec', 'sh', '-c', 'rails db:chatwoot_prepare && rails s -p 3000 -b 0.0.0.0'] restart: always - labels: - - "traefik.http.routers.chatwoot-web.rule=Host(`${FRONTEND_URL_HOST}`)" - - "traefik.http.routers.chatwoot-web.entrypoints=websecure" - - "traefik.http.routers.chatwoot-web.tls.certresolver=letsencrypt" - - "traefik.http.services.chatwoot-web-service.loadbalancer.server.port=3000" chatwoot-sidekiq: <<: *base-config @@ -63,16 +56,12 @@ services: - POSTGRES_DB=${POSTGRES_DATABASE} - POSTGRES_USER=${POSTGRES_USERNAME} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - networks: - - dokploy-network chatwoot-redis: image: redis:alpine restart: always volumes: - chatwoot-redis-data:/data - networks: - - dokploy-network networks: dokploy-network: