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..d8218f0
--- /dev/null
+++ b/compose.yaml
@@ -0,0 +1,11 @@
+services:
+ nginx:
+ image: nginx
+ volumes:
+ - ./nginx.conf:/etc/nginx/conf.d/default.conf
+ - ./archive:/archive
+ ports:
+ - '127.0.0.1:8001:80'
+ environment:
+ TZ: Asia/Tokyo
+ restart: always