mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
chore(docker): comment out whatsapp-bridge service in docker-compose.yml
This commit is contained in:
parent
3c82200e89
commit
54fc2d4619
1 changed files with 19 additions and 19 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue