WIP: Docker enhancement
* reduce containers into a single one, holding nginx + celery + redis all at once
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
upstream konova {
|
||||
server konova:8000;
|
||||
server localhost:8000;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user