refactor: rewrite wallabag_dev to match template conventions

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-15 02:39:22 +00:00
co-authored by Claude Fable 5
parent b542905f31
commit 66938e6656
4 changed files with 142 additions and 48 deletions
+16 -13
View File
@@ -1,17 +1,20 @@
# Global
WALLABAG_TZ=America/Vancouver
# Wallabag
WALLABAG_IMAGE=wallabag/wallabag:latest
WALLABAG_DB_DRIVER=pdo_mysql
WALLABAG_DB_HOST=wallabag-db
WALLABAG_DB_PORT=3306
MARIADB_IMAGE=mariadb:11
WALLABAG_RESTART=unless-stopped
VOL_PATH=/data
WALLABAG_PORT=8082
TZ=America/Vancouver
# Public URL used in emails and generated links (set to your proxy domain)
WALLABAG_DOMAIN=http://localhost:8082
WALLABAG_SERVER_NAME=wallabag
# Database
WALLABAG_DB_NAME=wallabag
WALLABAG_DB_USER=wallabag
WALLABAG_DB_PASS=wallapass
WALLABAG_DB_CHARSET=utf8mb4
WALLABAG_DB_PREFIX=wallabag_
WALLABAG_DB_PASSWORD=changeme
WALLABAG_MYSQL_ROOT_PASSWORD=changeme-root
# Mail (optional)
WALLABAG_MAILER_DSN=smtp://127.0.0.1
WALLABAG_FROM_WEMAIL=wallabag@example.com
WALLABAG_DOMAIN=https://your-wallabag-instance.wallabag.org
WALLABAG_SERVER=Your wallabag instance
WALLABAG_FROM_EMAIL=wallabag@example.com