Updated koel config

pull/3/head
Jef Roosens 2021-01-10 20:29:43 +01:00
parent 40ec4a7569
commit e8e0fb71dd
2 changed files with 2 additions and 4 deletions

View File

@ -109,7 +109,7 @@ CACHE_MEDIA=true
# Koel attempts to detect if your website use HTTPS and generates secure URLs accordingly.
# If this attempts for any reason, you can force it by setting this value to true.
FORCE_HTTPS=
FORCE_HTTPS=yes
# Pusher configuration, for interesting features such as remote controlling.

View File

@ -14,7 +14,6 @@ services:
- 'nginx'
volumes:
- './.env:/var/www/html/.env'
- 'config:/var/www/html'
- 'covers:/var/www/html/public/img/covers'
- 'music:/music'
@ -26,7 +25,7 @@ services:
environment:
- 'MYSQL_DATABASE=koel'
- 'MYSQL_PASSWORD=$DB_PASSWORD'
- 'MYSQL_ROOT_PASSWORD=$DB_ROOT_PASSWORD'
- 'MYSQL_ROOT_PASSWORD=$DB_PASSWORD'
- 'MYSQL_USER=$DB_USERNAME'
labels:
- 'com.centurylinklabs.watchtower.enable=true'
@ -38,7 +37,6 @@ networks:
external: true
volumes:
config:
covers:
db-data:
music: