Guilhem Saurel 6742d2d193 Personnalisation des noms des services, fix #69 il y a 6 ans
..
README.md 971c6564d0 wallabag: put const vars in docker-compose, ref #70 il y a 6 ans
docker-compose.yml 6742d2d193 Personnalisation des noms des services, fix #69 il y a 6 ans

README.md

Wallabag

https://wallabag.org

Configure

export DB_PASSWORD=$(openssl rand -base64 32)
echo POSTGRES_PASSWORD=$DB_PASSWORD >> .env
echo SYMFONY__ENV__DATABASE_PASSWORD=$DB_PASSWORD >> .env
echo SYMFONY__ENV__MAILER_HOST=changeme >> .env
echo SYMFONY__ENV__MAILER_USER=changeme >> .env
echo SYMFONY__ENV__FROM_EMAIL=changeme >> .env
echo SYMFONY__ENV__MAILER_PASSWORD=changeme >> .env

Deploy

docker-compose up -d

First login

Go to your browser and login with wallabag/wallabag DO NOT FORGET to change the user & password after first login