aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
new file mode 100644
index 0000000..77eb8c1
--- /dev/null
+++ b/compose.yaml
@@ -0,0 +1,11 @@
+services:
+ nilink:
+ build:
+ context: .
+ ports:
+ - '127.0.0.1:8080:8080'
+ volumes:
+ - ./data:/app/data
+ environment:
+ TZ: Asia/Tokyo
+ restart: always