From 7c43355b8bbe9b9332024644792aa7fed05322af Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 10 Feb 2026 20:37:48 +0900 Subject: feat(nilink): init --- services/nilink/compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 services/nilink/compose.yaml (limited to 'services/nilink/compose.yaml') diff --git a/services/nilink/compose.yaml b/services/nilink/compose.yaml new file mode 100644 index 0000000..1aed996 --- /dev/null +++ b/services/nilink/compose.yaml @@ -0,0 +1,11 @@ +services: + nilink: + image: ghcr.io/nsfisis/nilink:0.1.1 + container_name: nilink + ports: + - '127.0.0.1:8006:8080' + volumes: + - ./data:/app/data + environment: + TZ: Asia/Tokyo + restart: always -- cgit v1.3-1-g0d28