Multiplex http and ssh ports
This commit is contained in:
parent
668f1dd193
commit
f0073a649f
20 changed files with 188 additions and 29 deletions
17
internal/dis/component/binder/docker-compose.yml
Normal file
17
internal/dis/component/binder/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
binder:
|
||||
image: ghcr.io/fau-cdi/tcpmux
|
||||
# dynamically generated
|
||||
command: []
|
||||
# dynamically generated
|
||||
ports: []
|
||||
restart: always
|
||||
networks:
|
||||
- default
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: ${DOCKER_NETWORK_NAME}
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue