chore: update Docker configuration to use new repository and set SURFSENSE_VERSION to latest

This commit is contained in:
Anish Sarkar 2026-02-26 04:45:59 +05:30
parent bbbde07db7
commit 85eabff246
3 changed files with 25 additions and 15 deletions

View file

@ -43,7 +43,7 @@ services:
retries: 5
backend:
image: ghcr.io/anishsarkar22/surfsense-backend:${SURFSENSE_VERSION:-latest}
image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest}
ports:
- "${BACKEND_PORT:-8000}:8000"
volumes:
@ -71,7 +71,7 @@ services:
restart: unless-stopped
celery_worker:
image: ghcr.io/anishsarkar22/surfsense-backend:${SURFSENSE_VERSION:-latest}
image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest}
volumes:
- shared_temp:/shared_tmp
env_file:
@ -96,7 +96,7 @@ services:
restart: unless-stopped
celery_beat:
image: ghcr.io/anishsarkar22/surfsense-backend:${SURFSENSE_VERSION:-latest}
image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest}
env_file:
- .env
environment:
@ -116,7 +116,7 @@ services:
restart: unless-stopped
# flower:
# image: ghcr.io/anishsarkar22/surfsense-backend:${SURFSENSE_VERSION:-latest}
# image: ghcr.io/modsetter/surfsense-backend:${SURFSENSE_VERSION:-latest}
# ports:
# - "${FLOWER_PORT:-5555}:5555"
# env_file:
@ -150,7 +150,7 @@ services:
retries: 5
frontend:
image: ghcr.io/anishsarkar22/surfsense-web:${SURFSENSE_VERSION:-latest}
image: ghcr.io/modsetter/surfsense-web:${SURFSENSE_VERSION:-latest}
ports:
- "${FRONTEND_PORT:-3000}:3000"
environment: