fix: downgrading again to the most basic

This commit is contained in:
Aditya
2024-12-09 16:41:48 +05:30
committed by GitHub
parent 43f46756ba
commit 58f10d29af
+3 -3
View File
@@ -1,6 +1,6 @@
services:
frontend:
image: ghcr.io/shuffle/shuffle-frontend:1.4.1
image: ghcr.io/shuffle/shuffle-frontend:1.4.0
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -14,7 +14,7 @@ services:
depends_on:
- backend
backend:
image: ghcr.io/shuffle/shuffle-backend:1.4.1
image: ghcr.io/shuffle/shuffle-backend:1.4.0
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging:
@@ -55,7 +55,7 @@ services:
- SHUFFLE_STATS_DISABLED=true
- SHUFFLE_SWARM_CONFIG=run
- SHUFFLE_LOGS_DISABLED=true
- SHUFFLE_WORKER_IMAGE=ghcr.io/shuffle/shuffle-worker:1.4.1
- SHUFFLE_WORKER_IMAGE=ghcr.io/shuffle/shuffle-worker:1.4.0
env_file: .env
restart: unless-stopped
security_opt: