-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3294 from wildloop/cf-docker
Deploying Stratos as a CF App using docker image
- Loading branch information
Showing
2 changed files
with
52 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
applications: | ||
- name: console | ||
docker: | ||
image: splatform/stratos:stable | ||
instances: 1 | ||
memory: 128M | ||
disk_quota: 384M | ||
# services: | ||
# - console_db | ||
# env: | ||
## Override CF API endpoint URL inferred from VCAP_APPLICATION env | ||
# CF_API_URL: https://CLOUD_FOUNDRY_API_ENDPOINT | ||
## Force the console to use secured communication with the Cloud Foundry API endpoint | ||
# CF_API_FORCE_SECURE: true | ||
## Turn on backend debugging | ||
# LOG_LEVEL: debug |