From 22b00ce51eba8b8a9ee24e9d84bb550b24fd43f9 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 22 Jan 2024 03:32:23 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index bf74316..c57b790 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -3,8 +3,8 @@ version: '3.8' services: headscale: image: git.nixc.us/colin/headscale:production - # volumes: - # - public_system:/headscale/public/system + volumes: + - headscale:/etc/headscale/ networks: - traefik environment: @@ -32,7 +32,8 @@ services: replicas: 1 restart_policy: condition: on-failure - +volumes: + headscale: networks: traefik: external: true