Files
learn.softwareshinobi.com/compose.yaml

39 lines
672 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: shinobilinux
domainname: linux.softwareshinobi.com
ports:
- "2222:22"
linux.softwareshinobi.com-landing:
container_name: linux.softwareshinobi.com-landing
image: softwareshinobi/linux.softwareshinobi.com:landing
build:
context: landing
dockerfile: Dockerfile
ports:
- "2280:80"