chore: update docker-compose image; init-electric-user.sh is now executable bit in Git

This commit is contained in:
Anish Sarkar 2026-02-25 03:28:53 +05:30
parent d5be5c65b8
commit d39951e4ea
2 changed files with 5 additions and 5 deletions

View file

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

0
docker/scripts/init-electric-user.sh Normal file → Executable file
View file