summaryrefslogtreecommitdiff
path: root/services/paste.yml
diff options
context:
space:
mode:
Diffstat (limited to 'services/paste.yml')
-rw-r--r--services/paste.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/services/paste.yml b/services/paste.yml
new file mode 100644
index 0000000..477301d
--- /dev/null
+++ b/services/paste.yml
@@ -0,0 +1,12 @@
+version: '3'
+
+volumes:
+ paste_data:
+
+services:
+ paste:
+ depends_on:
+ - runit-edge
+ build: $IMAGES/paste
+ volumes:
+ - paste_data:/data