aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
new file mode 100644
index 0000000..b4e0dc7
--- /dev/null
+++ b/compose.yaml
@@ -0,0 +1,13 @@
+services:
+ feedaka:
+ build:
+ context: .
+ volumes:
+ - ./feedaka.db:/app/feedaka.db
+ ports:
+ - '127.0.0.1:8002:8080'
+ environment:
+ TZ: Asia/Tokyo
+ FEEDAKA_BASE_PATH: ''
+ FEEDAKA_PORT: '8080'
+ restart: always