From aeab0e7c54e3995312490e7c4476f162b880f625 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 23 Mar 2025 21:35:03 -0700 Subject: fix outbound stuff --- .../roles/outbound/templates/docker-compose.yml | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 playbooks/roles/outbound/templates/docker-compose.yml (limited to 'playbooks/roles/outbound/templates/docker-compose.yml') diff --git a/playbooks/roles/outbound/templates/docker-compose.yml b/playbooks/roles/outbound/templates/docker-compose.yml deleted file mode 100644 index c644ca4..0000000 --- a/playbooks/roles/outbound/templates/docker-compose.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- - -services: - headscale: - image: headscale/headscale:stable-debug # until something better comes along with wget or i make my own dockerfile... - pull_policy: always - restart: unless-stopped - command: serve - volumes: - - ./config:/etc/headscale - - ./data:/var/lib/headscale - networks: - - proxy - environment: - - VIRTUAL_HOST={{ headscale_host }} - - VIRTUAL_PORT={{ headscale_port }} - - LETSENCRYPT_HOST={{ headscale_host }} - healthcheck: - test: ["CMD", "wget", "-qO", "-", "http://localhost:8080/health"] - interval: 10s - timeout: 5s - retries: 3 - - headscale-ui: - image: ghcr.io/gurucomputing/headscale-ui:latest - pull_policy: always - restart: unless-stopped - networks: - - proxy - environment: - - VIRTUAL_HOST={{ headscale_host }} - - VIRTUAL_PORT={{ headscale_port }} - - LETSENCRYPT_HOST={{ headscale_host }} - - VIRTUAL_PATH=/web/ - - VIRTUAL_DEST=/ - -networks: - proxy: - external: true -- cgit v1.2.3-70-g09d2