Updated koel config
parent
40ec4a7569
commit
e8e0fb71dd
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in New Issue