aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..9ed449d
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,15 @@
+version: '3'
+
+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