added docker files

This commit is contained in:
2023-07-28 18:51:28 -05:00
parent db0d8845c3
commit f544201203
86 changed files with 4393 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
sslh:
container_name: sslh
hostname: sslh
image: oorabona/sslh:latest
environment:
SSH_HOST: 192.168.1.31
SSH_PORT: 2222
OPENVPN_HOST: 192.168.1.31
OPENVPN_PORT: 1194
HTTPS_HOST: 192.168.1.32
HTTPS_PORT: 8443
command:
- -f
ports:
- 0.0.0.0:443:443
restart: always