mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
Remove extra_hosts that breaks dev environment
This was triggered by a docker update, and an empty value of DOCKER_HOST_IP resulted in an error running `make docker-compose`
This commit is contained in:
@@ -17,8 +17,6 @@ services:
|
|||||||
- "8013:8013"
|
- "8013:8013"
|
||||||
- "8043:8043"
|
- "8043:8043"
|
||||||
- "6899-6999:6899-6999" # default port range for celery.contrib.rdb
|
- "6899-6999:6899-6999" # default port range for celery.contrib.rdb
|
||||||
extra_hosts:
|
|
||||||
- "dockerhost:${DOCKER_HOST_IP}"
|
|
||||||
links:
|
links:
|
||||||
- postgres
|
- postgres
|
||||||
- memcached
|
- memcached
|
||||||
|
|||||||
Reference in New Issue
Block a user