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-26 07:28:23 -04:00
|
|
|
image: softwareshinobi/linux.softwareshinobi.com:server
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
|
2025-03-26 07:28:23 -04:00
|
|
|
context: server
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
2025-06-11 09:38:24 -04:00
|
|
|
hostname: asterion
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
domainname: linux.softwareshinobi.com
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
|
|
|
|
- "2222:22"
|
|
|
|
|
|
2025-06-11 09:38:24 -04:00
|
|
|
volumes:
|
|
|
|
|
|
|
|
|
|
- "./tmp:/tmp"
|
|
|
|
|
|
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:
|
|
|
|
|
|
2025-05-28 21:40:56 -04:00
|
|
|
- "2280:80"
|
|
|
|
|
|