piwigo update

This commit is contained in:
valentin
2023-03-22 17:11:38 +01:00
parent c19679118b
commit 9fd76222ee
2 changed files with 41 additions and 0 deletions

View File

@@ -17,6 +17,17 @@ services:
- traefik.http.routers.${ROUTER_NAME}-router.tls=true
networks:
- 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:
piwigo_gallery: {}
piwigo_config: {}