piwigo update
This commit is contained in:
@@ -17,6 +17,17 @@ services:
|
|||||||
- traefik.http.routers.${ROUTER_NAME}-router.tls=true
|
- traefik.http.routers.${ROUTER_NAME}-router.tls=true
|
||||||
networks:
|
networks:
|
||||||
- traefik_web
|
- traefik_web
|
||||||
|
db:
|
||||||
|
image: mariadb:${MARIADB_VERSION}
|
||||||
|
restart: always
|
||||||
|
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||||
|
volumes:
|
||||||
|
- db:/var/lib/mysql
|
||||||
|
environment:
|
||||||
|
- MYSQL_ROOT_PASSWORD
|
||||||
|
- MYSQL_PASSWORD
|
||||||
|
- MYSQL_DATABASE
|
||||||
|
- MYSQL_USER
|
||||||
volumes:
|
volumes:
|
||||||
piwigo_gallery: {}
|
piwigo_gallery: {}
|
||||||
piwigo_config: {}
|
piwigo_config: {}
|
||||||
|
|||||||
@@ -157,6 +157,36 @@
|
|||||||
"description": "Version de piwigo (latest si vide, list : https://hub.docker.com/r/linuxserver/piwigo/tags)",
|
"description": "Version de piwigo (latest si vide, list : https://hub.docker.com/r/linuxserver/piwigo/tags)",
|
||||||
"default": "latest"
|
"default": "latest"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "MARIADB_VERSION",
|
||||||
|
"label": "Mariadb version",
|
||||||
|
"description": "Version de mariadb (10.5 si vide, check requirements: https://piwigo.org/guides/install/requirements)",
|
||||||
|
"default": "10.5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_DATABASE",
|
||||||
|
"label": "Mysql Database",
|
||||||
|
"description": "Version of Dokku to use ('latest' if empty)",
|
||||||
|
"default": "piwigo_db"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_ROOT_PASSWORD",
|
||||||
|
"label": "Mysql Root passsword",
|
||||||
|
"description": "Global hostname to be registered by Dokku",
|
||||||
|
"default": "R0o7P@sw0rD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_USER",
|
||||||
|
"label": "Mysql user",
|
||||||
|
"description": "Host path to be bound to /mnt/dokku (`/var/lib/dokku` if empty)",
|
||||||
|
"default": "piwigo_user"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_PASSWORD",
|
||||||
|
"label": "Mysql password",
|
||||||
|
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'",
|
||||||
|
"default": "P1w1g0PassDB"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "ROUTER_NAME",
|
"name": "ROUTER_NAME",
|
||||||
"label": "router host",
|
"label": "router host",
|
||||||
|
|||||||
Reference in New Issue
Block a user