Merge branch 'master' into dev

This commit is contained in:
Eugene Burmakin
2025-07-14 21:30:51 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,9 @@
<%= render 'application/favicon' %>
<%= Sentry.get_trace_propagation_meta.html_safe if Sentry.initialized? %>
<% if !DawarichSettings.self_hosted? %>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<% end %>
</head>
<body class='min-h-screen'>

View File

@@ -8,7 +8,7 @@ services:
networks:
- dawarich
volumes:
- dawarich_redis_data:/var/shared/redis
- dawarich_redis_data:/data
restart: always
healthcheck:
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]