mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
21 lines
530 B
Bash
21 lines
530 B
Bash
WALLABAG_IMAGE=wallabag/wallabag:latest
|
|
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_PASSWORD=changeme
|
|
WALLABAG_MYSQL_ROOT_PASSWORD=changeme-root
|
|
|
|
# Mail (optional)
|
|
WALLABAG_MAILER_DSN=smtp://127.0.0.1
|
|
WALLABAG_FROM_EMAIL=wallabag@example.com
|