mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Add a docker-ui container to the compose workflow
This commit is contained in:
@@ -20,4 +20,11 @@ redis:
|
|||||||
mongo:
|
mongo:
|
||||||
image: mongo:3.0
|
image: mongo:3.0
|
||||||
# ports:
|
# ports:
|
||||||
# - 27017:27017
|
# - 27017:27017
|
||||||
|
dockerui:
|
||||||
|
image: dockerui/dockerui
|
||||||
|
ports:
|
||||||
|
- "9000:9000"
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user