Upgraded for 7.0.0

This commit is contained in:
frikky
2020-09-05 13:10:27 +02:00
parent b1eb0f5a08
commit 70bcdb2ae2
10 changed files with 145 additions and 103 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
version: '3'
services:
frontend:
build: ./frontend
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.7.1
container_name: shuffle-frontend
hostname: shuffle-frontend
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.7.1
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
@@ -42,7 +42,7 @@ services:
depends_on:
- database
orborus:
build: ./functions/onprem/orborus
#build: ./functions/onprem/orborus
image: ghcr.io/frikky/orborus:0.6.2
container_name: shuffle-orborus
hostname: shuffle-orborus