From 9457ebea575f0fb6dbd571d4eb2766d21289cea7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 1 May 2020 14:11:05 +0200 Subject: Removed Dockerfile and docker-compose.yml. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ee043633..3f416751 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit