Update stack.production.yml
This commit is contained in:
parent
8333cff48a
commit
22b00ce51e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue