wip
This commit is contained in:
parent
8c0277c8f3
commit
9e2c30af22
60 changed files with 8853 additions and 232 deletions
11
sshx-server/docker-compose.yml
Normal file
11
sshx-server/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3"
|
||||
services:
|
||||
sshx-server:
|
||||
image: registry.wayl.one/sshx-server
|
||||
command: ["sh", "-c", './sshx-server --listen :: --host "https://sshx.wayl.one" --secret=hello']
|
||||
ports:
|
||||
- 8051
|
||||
labels:
|
||||
kompose.service.expose: sshx.wayl.one
|
||||
kompose.image-pull-secret: regcred
|
||||
kompose.service.type: loadbalancer
|
||||
Loading…
Add table
Add a link
Reference in a new issue