Last active
November 11, 2020 23:56
-
-
Save resouer/ed93573fd8f89710a6db03a0d4f89b60 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name: _my-app-name_ | |
services: | |
_my-service-name_: | |
build: | |
docker: | |
file: _Dockerfile_name_ | |
context: _Dockerfile_path_ | |
push: | |
local: kind | ?? | |
type: webservice (default) | worker | task | |
# parameters of workload | |
_trait-name-1_: | |
# properties of trait 1 | |
_trait-name-2_: | |
# properties of trait 2 | |
... | |
_trait-name-N_: | |
# properties of trait N |
hongchaodeng
commented
Nov 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment