All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
24 lines
439 B
YAML
24 lines
439 B
YAML
services:
|
|
|
|
shinobi-academy-linux-server:
|
|
|
|
container_name: shinobi-academy-linux-server
|
|
|
|
image: softwareshinobi/shinobi-academy-linux-server:latest
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 2222:22
|
|
|
|
environment:
|
|
|
|
VIRTUAL_HOST: linux.academy.softwareshinobi.digital
|
|
|
|
LETSENCRYPT_HOST: linux.academy.softwareshinobi.digital
|