mirror of
https://github.com/samply/bridgehead.git
synced 2026-02-18 16:20:10 +01:00
* Added ccp module for a ssh tunnel Usage details under https://github.com/samply/ssh-tunnel * chore: update ssh-tunnel image to harbor * feat: ssh tunnel support diffrent port * chore: fix indentation * chore: move to top level modules * docs: add ssh-tunnel docs --------- Co-authored-by: Tobias Kussel <tobias.kussel@dkfz-heidelberg.de>
7 lines
176 B
Bash
7 lines
176 B
Bash
#!/bin/bash
|
|
|
|
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
|
|
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel."
|
|
OVERRIDE+=" -f ./$PROJECT/modules/ssh-tunnel-compose.yml"
|
|
fi
|