mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
Update tower_tools image to run nginx
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user