wallabag, homepage changes portainer fixes

This commit is contained in:
2025-11-26 19:40:39 -08:00
parent 547e9ccb2e
commit 3648d3b145
6 changed files with 75 additions and 82 deletions
+6 -3
View File
@@ -12,13 +12,16 @@ services:
- SYMFONY__ENV__DATABASE_CHARSET=${WALLABAG_DB_CHARSET:-utf8mb4}
- SYMFONY__ENV__DATABASE_TABLE_PREFIX=${WALLABAG_DB_PREFIX:-wallabag_}
- SYMFONY__ENV__MAILER_DSN=${WALLABAG_MAILER_DSN:-smtp://127.0.0.1}
- SYMFONY__ENV__FROM_EMAIL=${WALLABAG_FROM_WEMAIL:-wallabag@example.com}
- SYMFONY__ENV__FROM_EMAIL=${WALLABAG_FROM_EMAIL:-wallabag@example.com}
- SYMFONY__ENV__DOMAIN_NAME=${WALLABAG_DOMAIN:-https://your-wallabag-instance.wallabag.org}
- SYMFONY__ENV__SERVER_NAME=${WALLABAG_SERVER:-Your wallabag instance}
- TZ=${WALLABAG_TZ:-America/Vancouver}
healthcheck:
test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost/api/info"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/api/info"]
interval: 1m
timeout: 3s
volumes:
- "${VOL_PATH:-/tmp}/wallabag:/var/www/wallabag/web/assets/images"
- wallabag-data:/var/www/wallabag/web/assets/images
volumes:
wallabag-data:
-3
View File
@@ -1,7 +1,4 @@
# Global
VOL_PATH=/docker/vol/wallabag-data #HELP: volpath
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
WALLABAG_TZ=America/Vancouver
# Wallabag