mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
16 lines
301 B
YAML
16 lines
301 B
YAML
version: '2'
|
|
services:
|
|
# Primary Tower Development Container link
|
|
awx:
|
|
links:
|
|
- hashivault
|
|
hashivault:
|
|
image: vault:1.0.1
|
|
container_name: tools_hashivault_1
|
|
ports:
|
|
- '8200:8200'
|
|
cap_add:
|
|
- IPC_LOCK
|
|
environment:
|
|
VAULT_DEV_ROOT_TOKEN_ID: 'vaultdev'
|