diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-07-17 21:15:20 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-07-17 22:58:08 +0500 |
| commit | d4f12bf820b1e2c9e9bb7e14e3f8e3d4710c7174 (patch) | |
| tree | 084a7897cfcc69e50b81c82e26a13e0402a98ec9 /files/.vim | |
| parent | 4758d8279a02df45070fab2d3bd2fee0950f17db (diff) | |
Updates.
Add taskwarrior configuration.
Diffstat (limited to 'files/.vim')
| -rw-r--r-- | files/.vim/templates/=template=docker-compose.yml | 13 |
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 |
