aboutsummaryrefslogtreecommitdiff
path: root/files/.vim
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-07-17 21:15:20 +0500
committerAnton Bobov <abobov@gmail.com>2020-07-17 22:58:08 +0500
commitd4f12bf820b1e2c9e9bb7e14e3f8e3d4710c7174 (patch)
tree084a7897cfcc69e50b81c82e26a13e0402a98ec9 /files/.vim
parent4758d8279a02df45070fab2d3bd2fee0950f17db (diff)
Updates.
Add taskwarrior configuration.
Diffstat (limited to 'files/.vim')
-rw-r--r--files/.vim/templates/=template=docker-compose.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/.vim/templates/=template=docker-compose.yml b/files/.vim/templates/=template=docker-compose.yml
new file mode 100644
index 0000000..7e8b80f
--- /dev/null
+++ b/files/.vim/templates/=template=docker-compose.yml
@@ -0,0 +1,13 @@
+version: "3"
+services:
+
+ name:
+ image: imagename
+ container_name: name
+ restart: unless-stopped
+ environment:
+ - TZ=UTC
+ labels:
+ - "label=true"
+ volumes:
+ - ./data:/data