Downgraded baseimage to 0.8.64

This commit is contained in:
frikky
2021-03-30 19:57:21 +02:00
parent 1b428b301a
commit 62d4c0f602
8 changed files with 698 additions and 514 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
version: '3'
services:
frontend:
build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.70
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.64
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -16,8 +16,8 @@ services:
depends_on:
- backend
backend:
build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.70
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.64
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging:
@@ -47,7 +47,7 @@ services:
- database
orborus:
#build: ./functions/onprem/orborus
image: ghcr.io/frikky/shuffle-orborus:0.8.70
image: ghcr.io/frikky/shuffle-orborus:0.8.64
container_name: shuffle-orborus
hostname: shuffle-orborus
networks: