/docker-wallabag

Docker-compose setup to run @wallabag within @jwilder's nginx-proxy setup

Primary LanguageDockerfile

docker-wallabag

Docker-compose setup to run Wallabag within Jason Wilder's nginx proxy setup.

This setup can be used with the Docker image provided by Wallabag itself (https://github.com/wallabag/docker/).

However, as that image is based on an old Alpine Linux version, an additional Dockerfile using the latest Alpine version is provided here. A corresponding PR is opened (wallabag/docker#221). That image also contains changes to force a DB migration on every container start.

Configuration

Check the docker-compose.override.yml in the samples directory. Copy this file in the main directory, set the variables according to your local preferences and start up the docker-compose configuration using docker-compose up -d.