Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
esb-docker-compose
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giap TRAN
esb-docker-compose
Commits
d8c30b30
Commit
d8c30b30
authored
May 14, 2018
by
Giap TRAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add docker-compose.yml
parent
e001a7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
docker-compose.yml
docker-compose.yml
+28
-0
No files found.
docker-compose.yml
0 → 100644
View file @
d8c30b30
version
:
'
2.0'
services
:
petals-cockpit
:
image
:
petals/petals-cockpit:latest
links
:
-
petals-esb:petals-esb
-
ftp-service:ftp-service
ports
:
-
8080:8080
petals-esb
:
image
:
petals/petals-esb-container:5.2.0-SNAPSHOT
ports
:
-
7700:7700
-
7800:7800
ftp-service
:
image
:
bogem/ftp:latest
ports
:
-
21:21
-
47400-47470:47400-47470
environment
:
-
FTP_USER=admin
-
FTP_PASS=admin
-
PASV_ADDRESS=0.0.0.0
volumes
:
-
./ftp-data:/home/vsftpd
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment