[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
4df7e8f54d
commit
d362a24817
1 changed files with 16 additions and 0 deletions
16
compose.yaml
Normal file
16
compose.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
## Add your compose file here
|
||||
services:
|
||||
hello_world:
|
||||
image: hello-world
|
||||
# networks:
|
||||
# - default
|
||||
# ports:
|
||||
# - 3000:3000
|
||||
# volumes:
|
||||
# - data:/data
|
||||
|
||||
# networks:
|
||||
# default: {}
|
||||
|
||||
# volumes:
|
||||
# data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue