2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
2025-03-14 15:48:45 -04:00
|
|
|
linux.softwareshinobi.com-server:
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-03-14 15:48:45 -04:00
|
|
|
container_name: linux.softwareshinobi.com-server
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-03-14 15:48:45 -04:00
|
|
|
image: softwareshinobi/linux.softwareshinobi.com:academy
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
|
|
|
|
|
context: servers/academy
|
|
|
|
|
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
2025-03-14 16:17:16 -04:00
|
|
|
hostname: shinobilinux
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
domainname: linux.softwareshinobi.com
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
|
|
|
|
- "2222:22"
|
|
|
|
|
|
2025-03-14 15:48:45 -04:00
|
|
|
linux.softwareshinobi.com-landing:
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-03-14 15:48:45 -04:00
|
|
|
container_name: linux.softwareshinobi.com-landing
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-03-14 15:48:45 -04:00
|
|
|
image: softwareshinobi/linux.softwareshinobi.com:landing
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
|
|
|
|
|
context: landing
|
|
|
|
|
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
|
|
|
|
- 2280:80
|