FEATURE: Improved popover result exploration

This commit is contained in:
frikky
2021-01-02 12:28:40 +01:00
parent 1d14d971bc
commit b213b44026
2 changed files with 65 additions and 16 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.46
build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.48
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.46
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}