phpmyadmin: the upload max size is now a variable.

This commit is contained in:
Andrea Dell'Amico 2021-05-21 14:58:47 +02:00
parent 070692d9f1
commit 690885d3e4
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,10 @@ services:
- {{ bc_ufish_docker_network }}
- haproxy-public
environment:
- PMA_HOST={{ bc_ufish_db_host }}
PMA_HOST: {{ bc_ufish_db_host }}
PMA_ABSOLUTE_URI: {{ bc_ufish_phpmyadmin_url }}
HIDE_PHP_VERSION: 'True'
UPLOAD_LIMIT: {{ bc_ufish_phpmyadmin_upload_size }}
deploy:
placement:
constraints: