aboutsummaryrefslogtreecommitdiffstats
path: root/swarm-compose.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2019-07-03 14:16:14 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2019-07-03 14:16:14 +0300
commit72bf9a3b9fe3685bb333c49c03a6bec8d0c9c04d (patch)
tree97fee59895ecf0cb44e59f6071889aa464958dad /swarm-compose.yml
parent44d1990a9947bc4fe9b8bb3902d9aec0441c9f77 (diff)
Dockerize and add deploy confs
Diffstat (limited to 'swarm-compose.yml')
-rw-r--r--swarm-compose.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/swarm-compose.yml b/swarm-compose.yml
new file mode 100644
index 0000000..555c9ce
--- /dev/null
+++ b/swarm-compose.yml
@@ -0,0 +1,7 @@
+version: '3'
+
+services:
+ backend:
+ image: registry.jan.systems/dnd_converter:latest
+ ports:
+ - 8011:3000