mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
chore(docker): remove commented-out flower service from Docker Compose files
This commit is contained in:
parent
c1ee5fabf9
commit
7e4077d67a
2 changed files with 0 additions and 31 deletions
|
|
@ -217,21 +217,6 @@ services:
|
||||||
celery_worker:
|
celery_worker:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
# flower:
|
|
||||||
# build: *backend-build
|
|
||||||
# ports:
|
|
||||||
# - "${FLOWER_PORT:-5555}:5555"
|
|
||||||
# env_file:
|
|
||||||
# - ../surfsense_backend/.env
|
|
||||||
# environment:
|
|
||||||
# - CELERY_BROKER_URL=${REDIS_URL:-redis://redis:6379/0}
|
|
||||||
# - CELERY_RESULT_BACKEND=${REDIS_URL:-redis://redis:6379/0}
|
|
||||||
# - PYTHONPATH=/app
|
|
||||||
# command: celery -A app.celery_app flower --port=5555
|
|
||||||
# depends_on:
|
|
||||||
# - redis
|
|
||||||
# - celery_worker
|
|
||||||
|
|
||||||
zero-cache:
|
zero-cache:
|
||||||
image: rocicorp/zero:1.4.0
|
image: rocicorp/zero:1.4.0
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -218,22 +218,6 @@ services:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# flower:
|
|
||||||
# image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest}${SURFSENSE_VARIANT:+-${SURFSENSE_VARIANT}}
|
|
||||||
# ports:
|
|
||||||
# - "${FLOWER_PORT:-5555}:5555"
|
|
||||||
# env_file:
|
|
||||||
# - .env
|
|
||||||
# environment:
|
|
||||||
# CELERY_BROKER_URL: ${REDIS_URL:-redis://redis:6379/0}
|
|
||||||
# CELERY_RESULT_BACKEND: ${REDIS_URL:-redis://redis:6379/0}
|
|
||||||
# PYTHONPATH: /app
|
|
||||||
# command: celery -A app.celery_app flower --port=5555
|
|
||||||
# depends_on:
|
|
||||||
# - redis
|
|
||||||
# - celery_worker
|
|
||||||
# restart: unless-stopped
|
|
||||||
|
|
||||||
zero-cache:
|
zero-cache:
|
||||||
image: rocicorp/zero:1.4.0
|
image: rocicorp/zero:1.4.0
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue