version: 2
services:
seller:
git_url: https://github.com/cloud66-samples/acme.git
git_branch: master
dockerfile_path: "./Dockerfile"
build_root: seller
command: seller --redis redis:6379
buyer:
git_url: https://github.com/cloud66-samples/acme.git
git_branch: master
dockerfile_path: "./Dockerfile"
build_root: buyer
command: buyer --redis redis:6379
dashboard:
git_url: https://github.com/cloud66-samples/acme.git
git_branch: master
ports:
- 5000:80
dockerfile_path: "./Dockerfile"
build_root: dashboard
command: "/go/src/dashboard/dashboard --redis redis:6379"
redis:
image: redis
ports:
- '6379'
-
Notifications
You must be signed in to change notification settings - Fork 0
udinachmany/c66-acme
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published