diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-05-01 14:11:05 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-05-01 14:11:05 +0200 |
commit | 9457ebea575f0fb6dbd571d4eb2766d21289cea7 (patch) | |
tree | ce1c3965c8c1a7c8241ef88a0ecdca25444d8e9b /README.md | |
parent | Updated URL of the project home page. (diff) | |
download | newspipe-9457ebea575f0fb6dbd571d4eb2766d21289cea7.tar.gz newspipe-9457ebea575f0fb6dbd571d4eb2766d21289cea7.tar.bz2 newspipe-9457ebea575f0fb6dbd571d4eb2766d21289cea7.zip |
Removed Dockerfile and docker-compose.yml.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -80,16 +80,6 @@ $ export NEWSPIPE_CONFIG=postgresql.py For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``. -### Deployment with Docker - -```bash -$ git clone https://git.sr.ht/~cedric/newspipe -$ cd newspipe/ -$ docker-compose up -``` - -The login will be *admin* and the password *password*. - ## License |