chore(docker): comment out whatsapp-bridge service in docker-compose.yml

This commit is contained in:
Anish Sarkar 2026-06-05 02:24:14 +05:30
parent 3c82200e89
commit 54fc2d4619

View file

@ -144,25 +144,25 @@ services:
retries: 30 retries: 30
start_period: 200s start_period: 200s
whatsapp-bridge: # whatsapp-bridge:
build: ../surfsense_backend/scripts/whatsapp-bridge # build: ../surfsense_backend/scripts/whatsapp-bridge
profiles: # profiles:
- whatsapp # - whatsapp
expose: # expose:
- "9929" # - "9929"
volumes: # volumes:
- whatsapp_sessions:/data/sessions # - whatsapp_sessions:/data/sessions
environment: # environment:
PORT: 9929 # PORT: 9929
WHATSAPP_MODE: ${WHATSAPP_MODE:-self-chat} # WHATSAPP_MODE: ${WHATSAPP_MODE:-self-chat}
WHATSAPP_SESSION_DIR: /data/sessions # WHATSAPP_SESSION_DIR: /data/sessions
mem_limit: 512m # mem_limit: 512m
restart: unless-stopped # restart: unless-stopped
healthcheck: # healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:9929/health"] # test: ["CMD", "wget", "-qO-", "http://localhost:9929/health"]
interval: 30s # interval: 30s
timeout: 5s # timeout: 5s
retries: 5 # retries: 5
celery_worker: celery_worker:
image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest} image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest}