mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
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'
|