cleanup tooling

This commit is contained in:
Jake McDermott
2019-06-25 15:30:07 -04:00
committed by beeankha
parent 04404c93db
commit 37e73acb62
3 changed files with 1 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
version: '2'
services:
# Primary Tower Development Container link
awx:
links:
- httpbin
httpbin:
image: kennethreitz/httpbin
container_name: tools_httpbin_1
ports:
- '8204:80'