mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 15:54:42 -03:30
add tooling for basic testing of notification webhooks
This commit is contained in:
11
tools/docker-notifications-override.yml
Normal file
11
tools/docker-notifications-override.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '2'
|
||||
services:
|
||||
# Primary Tower Development Container link
|
||||
awx:
|
||||
links:
|
||||
- httpbin
|
||||
httpbin:
|
||||
image: kennethreitz/httpbin
|
||||
container_name: tools_httpbin_1
|
||||
ports:
|
||||
- '8204:80'
|
||||
Reference in New Issue
Block a user