Adds configuration for the network-ui websocket

* Configures NGINX for the network-ui websocket.
* Configures supervisor.conf for network_ui websocket.
This commit is contained in:
Ben Thomasson
2017-05-03 15:19:12 -04:00
parent 48d801271c
commit 701150bd1a
5 changed files with 9 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ services:
# Postgres Database Container
postgres:
image: postgres:9.6
ports:
- "5432:5432"
memcached:
image: memcached:alpine
ports: