Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
redis:
condition: service_healthy
tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: authentik
secrets:
- authentik_authkey
Expand Down
4 changes: 2 additions & 2 deletions services/bookmarks/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- --hide-scrollbars

meilisearch:
image: getmeili/meilisearch:v1.48.3
image: getmeili/meilisearch:v1.49.0
restart: unless-stopped
environment:
MEILI_NO_ANALYTICS: "true"
Expand All @@ -68,7 +68,7 @@ services:
condition: service_completed_successfully

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: bookmarks
secrets:
- bookmarks_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/chat/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
condition: service_completed_successfully

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: chat
secrets:
- chat_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/dash/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
condition: service_completed_successfully

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: dash
secrets:
- dash_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/hyd/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
condition: service_completed_successfully

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: hyd
secrets:
- hyd_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/iir/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
condition: service_completed_successfully

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: isitraining
secrets:
- iir_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/images/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
restart: unless-stopped

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: images
secrets:
- images_authkey
Expand Down
4 changes: 2 additions & 2 deletions services/ntfy/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ntfy:
image: binwiederhier/ntfy:v2.25.0
image: binwiederhier/ntfy:v2.26.0
network_mode: service:tailscale
entrypoint:
- /bin/sh
Expand All @@ -24,7 +24,7 @@ services:
init: true # needed, if healthcheck is used. Prevents zombie processes

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: ntfy
secrets:
- ntfy_authkey
Expand Down
4 changes: 2 additions & 2 deletions services/overleaf/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
sharelatex:
restart: always
image: sharelatex/sharelatex:6.2.0
image: sharelatex/sharelatex:6.2.1
depends_on:
mongo:
condition: service_healthy
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
- overleaf-redis-data:/data

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: overleaf
secrets:
- overleaf_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/portainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- portainer-data:/data

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: portainer
secrets:
- portainer_authkey
Expand Down
2 changes: 1 addition & 1 deletion services/recipes/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
condition: service_completed_successfully

tailscale:
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.98.8
hostname: recipes
secrets:
- recipes_authkey
Expand Down