Prepare WebSSH for self-hosted deployment

This commit is contained in:
jocayn
2026-06-13 12:11:36 +08:00
parent aaac2afe2a
commit 845c3dece3
20 changed files with 1628 additions and 183 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
version: '3'
services:
web:
webssh:
build: .
restart: unless-stopped
ports:
- "8888:8888"
- "8888:8888"
volumes:
- webssh-data:/data
volumes:
webssh-data: