File: compose.yml

package info (click to toggle)
sshuttle 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: python: 6,313; sh: 361; makefile: 161
file content (34 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: sshuttle-testbed

services:
  node-1:
    image: ghcr.io/sshuttle/sshuttle-testbed
    container_name: sshuttle-testbed-node-1
    hostname: node-1
    cap_add:
      - "NET_ADMIN"
    environment:
      - ADD_IP_ADDRESSES=10.55.1.77/24
    networks:
      default:
        ipv6_address: 2001:0DB8::551
  node-2:
    image: ghcr.io/sshuttle/sshuttle-testbed
    container_name: sshuttle-testbed-node-2
    hostname: node-2
    cap_add:
      - "NET_ADMIN"
    environment:
      - ADD_IP_ADDRESSES=10.55.2.77/32
    networks:
      default:
        ipv6_address: 2001:0DB8::552

networks:
  default:
    driver: bridge
    enable_ipv6: true
    ipam:
       config:
         - subnet: 2001:0DB8::/112
    # internal: true