added siyuan and grafana

This commit is contained in:
dominikhoebert
2025-03-06 12:29:25 +01:00
parent edbda9f7a0
commit 4ae8aaf341
3 changed files with 51 additions and 0 deletions

26
siyuan/compose.yml Normal file
View File

@@ -0,0 +1,26 @@
# https://github.com/siyuan-note/siyuan
#
name: siyuan
services:
siyuan:
container_name: siyuan
image: b3log/siyuan
command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=hello']
ports:
- 6806:6806
volumes:
- ./workspace:/siyuan/workspace
restart: unless-stopped
environment:
# A list of time zone identifiers can be found at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- TZ=Europe/Vienna
networks:
- proxy
networks:
proxy:
external: true