mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
add flogo
This commit is contained in:
parent
9ae21fe993
commit
aae35f4884
@ -266,6 +266,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] drupal
|
- [x] drupal
|
||||||
- [x] elastalert
|
- [x] elastalert
|
||||||
- [x] elk
|
- [x] elk
|
||||||
|
- [x] flogo/flogo-docker
|
||||||
- [x] mher/flower
|
- [x] mher/flower
|
||||||
- [x] ghost
|
- [x] ghost
|
||||||
- [x] gitlab/gitlab-ce
|
- [x] gitlab/gitlab-ce
|
||||||
|
6
flogo/docker-compose.yml
Normal file
6
flogo/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
flogo:
|
||||||
|
image: flogo/flogo-docker
|
||||||
|
command: eula-accept
|
||||||
|
ports:
|
||||||
|
- "3303:3303"
|
||||||
|
restart: always
|
Loading…
Reference in New Issue
Block a user