Customize to setup a VM
This commit is contained in:
parent
9067e9ae35
commit
583ec495b1
40 changed files with 122 additions and 1500 deletions
17
01-blog/docker-compose.blog.yml
Executable file
17
01-blog/docker-compose.blog.yml
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
stacosys:
|
||||
container_name: stacosys
|
||||
image: kianby/stacosys
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/stacosys:/config
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8010:8100"
|
||||
blog:
|
||||
container_name: blog
|
||||
image: kianby/blogduyax
|
||||
depends_on:
|
||||
- stacosys
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8011:80"
|
||||
Loading…
Add table
Add a link
Reference in a new issue