add unused compose files

This commit is contained in:
2024-11-14 14:12:42 +01:00
parent 95302bad46
commit 384bf4c4b8
30 changed files with 521 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
services:
bastion:
container_name: bastion
environment:
- GATEWAY_PORTS=true
image: binlab/bastion:1.2.0
ports:
- '22222:22'
- 4000:4000
volumes:
- /root/tmp/id_rsa.pub:/var/lib/bastion/authorized_keys:ro