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 460011a5e8
commit aa02dbab96
3 changed files with 27 additions and 25 deletions

View File

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