WIP: Docker enhancement

* reduce containers into a single one, holding nginx + celery + redis all at once
This commit is contained in:
2022-04-25 16:07:38 +02:00
parent f50f17d593
commit 7d29dddd22
3 changed files with 27 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
upstream konova {
server konova:8000;
server localhost:8000;
}
server {