mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-08 17:11:48 -05:00
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