All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
26 lines
392 B
YAML
26 lines
392 B
YAML
services:
|
|
|
|
bash.softwareshinobi.com:
|
|
|
|
container_name: bash.softwareshinobi.com
|
|
|
|
image: softwareshinobi/bash.softwareshinobi.com
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
restart: unless-stopped
|
|
|
|
ports:
|
|
|
|
- 8000:80
|
|
|
|
volumes:
|
|
|
|
- ./docs:/docs/docs
|
|
|
|
- ./mkdocs.yml:/docs/mkdocs.yml
|