All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
43 lines
714 B
YAML
43 lines
714 B
YAML
services:
|
|
|
|
linux.softwareshinobi.com-server:
|
|
|
|
container_name: linux.softwareshinobi.com-server
|
|
|
|
image: softwareshinobi/linux.softwareshinobi.com:server
|
|
|
|
build:
|
|
|
|
context: server
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
hostname: asterion
|
|
|
|
domainname: linux.softwareshinobi.com
|
|
|
|
ports:
|
|
|
|
- "2222:22"
|
|
|
|
volumes:
|
|
|
|
- "./tmp:/tmp"
|
|
|
|
linux.softwareshinobi.com-landing:
|
|
|
|
container_name: linux.softwareshinobi.com-landing
|
|
|
|
image: softwareshinobi/linux.softwareshinobi.com:landing
|
|
|
|
build:
|
|
|
|
context: landing
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- "2280:80"
|
|
|