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.
|
# 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.
|
# 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.
|
# Pusher configuration, for interesting features such as remote controlling.
|
||||||
|
|
|
@ -14,7 +14,6 @@ services:
|
||||||
- 'nginx'
|
- 'nginx'
|
||||||
volumes:
|
volumes:
|
||||||
- './.env:/var/www/html/.env'
|
- './.env:/var/www/html/.env'
|
||||||
- 'config:/var/www/html'
|
|
||||||
- 'covers:/var/www/html/public/img/covers'
|
- 'covers:/var/www/html/public/img/covers'
|
||||||
- 'music:/music'
|
- 'music:/music'
|
||||||
|
|
||||||
|
@ -26,7 +25,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- 'MYSQL_DATABASE=koel'
|
- 'MYSQL_DATABASE=koel'
|
||||||
- 'MYSQL_PASSWORD=$DB_PASSWORD'
|
- 'MYSQL_PASSWORD=$DB_PASSWORD'
|
||||||
- 'MYSQL_ROOT_PASSWORD=$DB_ROOT_PASSWORD'
|
- 'MYSQL_ROOT_PASSWORD=$DB_PASSWORD'
|
||||||
- 'MYSQL_USER=$DB_USERNAME'
|
- 'MYSQL_USER=$DB_USERNAME'
|
||||||
labels:
|
labels:
|
||||||
- 'com.centurylinklabs.watchtower.enable=true'
|
- 'com.centurylinklabs.watchtower.enable=true'
|
||||||
|
@ -38,7 +37,6 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
|
||||||
covers:
|
covers:
|
||||||
db-data:
|
db-data:
|
||||||
music:
|
music:
|
||||||
|
|
Reference in New Issue