Multiplex http and ssh ports

This commit is contained in:
Tom Wiesing 2023-03-08 11:27:19 +01:00
parent 668f1dd193
commit f0073a649f
No known key found for this signature in database
20 changed files with 188 additions and 29 deletions

View 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