mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 17:39:09 +00:00
📦 build: run TypeScript directly with Bun, drop the tsc build step
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
trollssh:
|
||||
image: ghcr.io/yuzuzensai/trollssh:latest
|
||||
container_name: trollssh
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "22:22"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
# Host keys + banner/fakelogin/goodbye text assets (persisted).
|
||||
- ./data:/home/bun/app/data
|
||||
# Pre-generated frame sets
|
||||
- ./frames:/home/bun/app/frames
|
||||
Reference in New Issue
Block a user