All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
19 lines
280 B
YAML
19 lines
280 B
YAML
|
|
services:
|
|
|
|
shinobi-academy-database-docs:
|
|
|
|
container_name: shinobi-academy-database-docs
|
|
|
|
image: softwareshinobi/shinobi-academy-database-docs
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 8080:80
|