Files
linux.softwareshinobi.com/compose.yaml
Software Shinobi 73558cf551
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
shinobi user configured for keylogin
2025-06-11 09:38:24 -04:00

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"