need host_vars + trying ts container on network

This commit is contained in:
2024-06-22 09:30:30 +01:00
parent f798593086
commit 0f124e295e
3 changed files with 79 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ services:
image: tailscale/tailscale:latest
container_name: ts-matrix
hostname: matrix
networks:
- traefik
environment:
- TS_AUTHKEY=${TAILSCALE_OAUTH_KEY}
- TS_EXTRA_ARGS=--advertise-tags=${TAILSCALE_TAGS}
@@ -49,6 +51,4 @@ networks:
volumes:
ts-matrix-state:
driver: local
postgres-data:
driver: local