Update stack.production.yml
This commit is contained in:
parent
8333cff48a
commit
22b00ce51e
|
@ -3,8 +3,8 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
headscale:
|
headscale:
|
||||||
image: git.nixc.us/colin/headscale:production
|
image: git.nixc.us/colin/headscale:production
|
||||||
# volumes:
|
volumes:
|
||||||
# - public_system:/headscale/public/system
|
- headscale:/etc/headscale/
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
environment:
|
environment:
|
||||||
|
@ -32,7 +32,8 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
volumes:
|
||||||
|
headscale:
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue