Merge branch 'master' into dev

This commit is contained in:
Frikkylikeme
2020-05-21 12:03:32 +02:00
committed by GitHub
4 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ ENVIRONMENT_NAME=Shuffle
# Other configs # Other configs
BACKEND_HOSTNAME=shuffle-backend BACKEND_HOSTNAME=shuffle-backend
BACKEND_PORT=5010 BACKEND_PORT=5010
OUTER_HOSTNAME=shuffle-backend FRONTEND_PORT=3001
OUTER_HOSTNAME=shuffle-backend
+1 -1
View File
@@ -6,7 +6,7 @@ services:
container_name: shuffle-frontend container_name: shuffle-frontend
hostname: shuffle-frontend hostname: shuffle-frontend
ports: ports:
- "3001:80" - "${FRONTEND_PORT}:80"
networks: networks:
- shuffle - shuffle
restart: unless-stopped restart: unless-stopped
+9 -2
View File
@@ -21,7 +21,14 @@ cd shuffle
docker-compose up -d docker-compose up -d
``` ```
3. Useful info: ## After installation
1. After installation, go to http://localhost:3001/adminsetup (or your servername)
2. Now set up your admin account (username & password). Shuffle doesn't have a default username and password.
![Admin account setup](shuffle_adminaccount.png)
## Useful info
* The server is available on http://localhost:3001 (or your servername) * The server is available on http://localhost:3001 (or your servername)
* Further configuration in docker-compose.yml and .env. * Further configurations can be done in docker-compose.yml and .env.
* Default database location is /etc/shuffle * Default database location is /etc/shuffle
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB