automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
25
compose.yaml
Normal file
25
compose.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
|
||||
bash.softwareshinobi.com:
|
||||
|
||||
container_name: bash.softwareshinobi.com
|
||||
|
||||
image: softwareshinobi/bash.softwareshinobi.com
|
||||
|
||||
build:
|
||||
|
||||
context: .
|
||||
|
||||
dockerfile: Dockerfile
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
|
||||
- 8000:8000
|
||||
|
||||
volumes:
|
||||
|
||||
- ./docs:/docs/docs
|
||||
|
||||
- ./mkdocs.yml:/docs/mkdocs.yml
|
||||
Reference in New Issue
Block a user