Update stack.production.yml

This commit is contained in:
colin 2024-01-22 03:38:47 +00:00
parent 22b00ce51e
commit ff5ab9cf6e
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ services:
headscale: headscale:
image: git.nixc.us/colin/headscale:production image: git.nixc.us/colin/headscale:production
volumes: volumes:
- headscale:/etc/headscale/ - /mnt/tank/persist/nixc.us/headscale/production/config:/etc/headscale/
networks: networks:
- traefik - traefik
environment: environment:
@ -32,8 +32,8 @@ services:
replicas: 1 replicas: 1
restart_policy: restart_policy:
condition: on-failure condition: on-failure
volumes: # volumes:
headscale: # headscale:
networks: networks:
traefik: traefik:
external: true external: true