summaryrefslogtreecommitdiff
path: root/hetzner-admin/docker-compose.yml
blob: 12d5c0e6886604381e542c7bd924f52bb17695a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  hetzner-admin:
    build: .
    restart: unless-stopped
    env_file: .env
    volumes:
      - ./id_rsa:/app/id_rsa:ro
    extra_hosts:
      - "host.docker.internal:host-gateway"
    networks:
      - web

networks:
  web:
    external: true
    name: web