Added auto-SSO by adding autologin=true query

This commit is contained in:
frikky
2022-02-08 01:48:30 +01:00
parent e950212274
commit 115151280c
3 changed files with 21 additions and 8 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
version: '3'
services:
frontend:
#build: ./frontend
build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:nightly
container_name: shuffle-frontend
hostname: shuffle-frontend
@@ -85,6 +85,8 @@ services:
hard: 65536
volumes:
- ${DB_LOCATION}:/usr/share/opensearch/data:rw
ports:
- 9200:9200
networks:
- shuffle
restart: unless-stopped