aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: ffec69e34afc34d1b502e3c967c8d5d8d991ec1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'

services:
  tunnel:
    build:
      context: .
      dockerfile: Dockerfile
    image: jwansek/reversesshtunnel
    network_mode: host
    volumes:
      - /dev/tty:/dev/tty
      - /home/eden/dotfiles/ssh_keys/london.pem:/app/vps.pem
      - ./tunnel.conf:/app/tunnel.conf