Update stack.production.yml

This commit is contained in:
colin 2024-01-22 03:32:23 +00:00
parent 8333cff48a
commit 22b00ce51e
1 changed files with 4 additions and 3 deletions

View File

@ -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