mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactor: rewrite wallabag_dev to match template conventions
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+16
-13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user