aboutsummaryrefslogtreecommitdiff
path: root/files/.vim
diff options
context:
space:
mode:
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