BUG: Issue with cgroups in Docker on certain servers
This commit is contained in:
+3
-3
@@ -16,8 +16,8 @@ services:
|
||||
depends_on:
|
||||
- backend
|
||||
backend:
|
||||
#build: ./backend
|
||||
image: ghcr.io/frikky/shuffle-backend:0.8.3
|
||||
build: ./backend
|
||||
image: ghcr.io/frikky/shuffle-backend:0.8.4
|
||||
container_name: shuffle-backend
|
||||
hostname: ${BACKEND_HOSTNAME}
|
||||
# Here for debugging:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- database
|
||||
orborus:
|
||||
#build: ./functions/onprem/orborus
|
||||
image: ghcr.io/frikky/shuffle-orborus:0.8.3
|
||||
image: ghcr.io/frikky/shuffle-orborus:0.8.31
|
||||
container_name: shuffle-orborus
|
||||
hostname: shuffle-orborus
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user