Update stack.production.yml
This commit is contained in:
parent
22b00ce51e
commit
ff5ab9cf6e
|
@ -4,7 +4,7 @@ services:
|
|||
headscale:
|
||||
image: git.nixc.us/colin/headscale:production
|
||||
volumes:
|
||||
- headscale:/etc/headscale/
|
||||
- /mnt/tank/persist/nixc.us/headscale/production/config:/etc/headscale/
|
||||
networks:
|
||||
- traefik
|
||||
environment:
|
||||
|
@ -32,8 +32,8 @@ services:
|
|||
replicas: 1
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
volumes:
|
||||
headscale:
|
||||
# volumes:
|
||||
# headscale:
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue