updated versions
This commit is contained in:
parent
ac901b2e2f
commit
927f5908ca
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/php -q
|
#!/usr/bin/php -q
|
||||||
<?php
|
<?php
|
||||||
$installationVersion = '11.5';
|
$installationVersion = '11.6';
|
||||||
$p = getenv('DOMAIN_PROTOCOL') ?: 'http';
|
$p = getenv('DOMAIN_PROTOCOL') ?: 'http';
|
||||||
$d = getenv('DOMAIN') ?: 'localhost';
|
$d = getenv('DOMAIN') ?: 'localhost';
|
||||||
$s = getenv('SALT') ?: uniqid();
|
$s = getenv('SALT') ?: uniqid();
|
||||||
|
|
|
@ -24,7 +24,7 @@ services:
|
||||||
NFS_SHARE: "/mnt/biffa/youPHPtube"
|
NFS_SHARE: "/mnt/biffa/youPHPtube"
|
||||||
PHP_MEMORY_LIMIT: "2048M"
|
PHP_MEMORY_LIMIT: "2048M"
|
||||||
volumes:
|
volumes:
|
||||||
- ./videos:/var/www/html/videos
|
- /mnt/youphptube:/var/www/html/videos
|
||||||
env_file:
|
env_file:
|
||||||
- ./production.env
|
- ./production.env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/php -q
|
#!/usr/bin/php -q
|
||||||
<?php
|
<?php
|
||||||
$installationVersion = '3.3';
|
$installationVersion = '3.7';
|
||||||
$p = getenv('DOMAIN_PROTOCOL') ?: 'http';
|
$p = getenv('DOMAIN_PROTOCOL') ?: 'http';
|
||||||
$d = getenv('DOMAIN') ?: 'localhost';
|
$d = getenv('DOMAIN') ?: 'localhost';
|
||||||
$dbh = getenv('DB_HOST') ?: 'db-enc';
|
$dbh = getenv('DB_HOST') ?: 'db-enc';
|
||||||
|
|
Loading…
Reference in New Issue