mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
12 lines
210 B
YAML
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'
|