add unused compose files
This commit is contained in:
11
_unused/docker-compose.bastion.yml
Normal file
11
_unused/docker-compose.bastion.yml
Normal 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
|
||||
Reference in New Issue
Block a user