awx/tools/docker-httpbin-override.yml
2019-07-23 11:47:19 -04:00

12 lines
210 B
YAML

version: '2'
services:
# Primary Tower Development Container link
awx:
links:
- httpbin
httpbin:
image: kennethreitz/httpbin
container_name: tools_httpbin_1
ports:
- '8204:80'