Update tower_tools image to run nginx

This commit is contained in:
Wayne Witzel III
2016-10-18 11:16:38 -04:00
parent 4ba8b87065
commit e9be93cd70
6 changed files with 98 additions and 14 deletions

View File

@@ -12,8 +12,8 @@ services:
ports:
- "8080:8080"
- "5555:5555"
- "8050:8050"
- "8051:8051"
- "8013:8013"
- "8043:8043"
links:
- postgres
- memcached
@@ -35,14 +35,6 @@ services:
ports:
- "15672:15672"
nginx:
image: gcr.io/ansible-tower-engineering/tower_nginx:${TAG}
ports:
- "8043:443"
- "8013:80"
links:
- tower
# Source Code Synchronization Container
# sync:
# build: