Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F33893
docker-compose.yml (wallabag)
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
kuba-orlik
Sep 2 2018, 10:54
2018-09-02 10:54:53 (UTC+2)
Size
1 KB
Referenced Files
None
Subscribers
None
docker-compose.yml (wallabag)
View Options
version: '3'
services:
wallabag:
image: wallabag/wallabag
environment:
- MYSQL_ROOT_PASSWORD=wallaroot
- SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql
- SYMFONY__ENV__DATABASE_HOST=db
- SYMFONY__ENV__DATABASE_PORT=3306
- SYMFONY__ENV__DATABASE_NAME=wallabag
- SYMFONY__ENV__DATABASE_USER=root
- SYMFONY__ENV__DATABASE_PASSWORD=wallaroot
- SYMFONY__ENV__MAILER_HOST=mail.kuba-orlik.name
- SYMFONY__ENV__MAILER_USER=admin
- SYMFONY__ENV__MAILER_PASSWORD=<redacted>
- SYMFONY__ENV__FROM_EMAIL=admin@kuba-orlik.name
- SYMFONY__ENV__DOMAIN_NAME=https://wallabag.kuba-orlik.name
- SYMFONY__ENV__FOSUSER_REGISTRATION=false
- SYMFONY__ENV__DATABASE_CHARSET=utf8mb4
ports:
- "0.0.0.0:8099:80"
volumes:
- ./images:/var/www/wallabag/web/assets/images
db:
image: mariadb
environment:
- MYSQL_ROOT_PASSWORD=wallaroot
command: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci"]
volumes:
- ./db:/var/lib/mysql
redis:
image: redis:alpine
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d4/5e/349716a6a900c8442d67df22de98
Default Alt Text
docker-compose.yml (wallabag) (1 KB)
Attached To
Mode
P12 docker-compose.yml (wallabag)
Attached
Detach File
Event Timeline
Log In to Comment