mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Compare commits
6 commits
4cfd82a0d1
...
3ad788331c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ad788331c | ||
|
|
54aaf03453 | ||
|
|
49d1e7014b | ||
|
|
b25647879f | ||
|
|
e53f509abe | ||
|
|
421a20ba8c |
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,9 @@
|
||||||
|
|
||||||
<%= render 'application/favicon' %>
|
<%= render 'application/favicon' %>
|
||||||
<%= Sentry.get_trace_propagation_meta.html_safe if Sentry.initialized? %>
|
<%= 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>
|
</head>
|
||||||
|
|
||||||
<body class='min-h-screen'>
|
<body class='min-h-screen'>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dawarich
|
- dawarich
|
||||||
volumes:
|
volumes:
|
||||||
- dawarich_redis_data:/var/shared/redis
|
- dawarich_redis_data:/data
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
|
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue