mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
wallabag fixes
This commit is contained in:
@@ -8,6 +8,7 @@ networks:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
wallabag:
|
wallabag:
|
||||||
|
wallabag-db:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
@@ -43,7 +44,7 @@ services:
|
|||||||
image: mariadb:${DB_V}
|
image: mariadb:${DB_V}
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- bookstack-db:/var/lib/mysql
|
- wallabag-db:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- admin_web
|
- admin_web
|
||||||
command: --max_allowed_packet=32505856
|
command: --max_allowed_packet=32505856
|
||||||
|
|||||||
+4
-4
@@ -1,11 +1,11 @@
|
|||||||
# Domains & Project
|
# Domains & Project
|
||||||
PREFIX=p1
|
PREFIX=p1
|
||||||
BOOKSTACK_DOMAIN_NAME=bookstack.nickyeoman.com
|
WALLABAG_DOMAIN_NAME=wallabag.nickyeoman.com
|
||||||
|
|
||||||
# Passwords
|
# Passwords
|
||||||
BOOKSTACK_MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
WALLABAG_MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
||||||
BOOKSTACK_MYSQL_PASSWORD=Again2ASecurepass!
|
WALLABAG_MYSQL_PASSWORD=Again2ASecurepass!
|
||||||
|
|
||||||
# Software versions
|
# Software versions
|
||||||
DB_V=10.4.11
|
DB_V=10.4.11
|
||||||
BOOKSTACK_V=0.29.0
|
WALLABAG_V=2.3.8
|
||||||
|
|||||||
Reference in New Issue
Block a user