From 72bf9a3b9fe3685bb333c49c03a6bec8d0c9c04d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 3 Jul 2019 14:16:14 +0300 Subject: Dockerize and add deploy confs --- swarm-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 swarm-compose.yml (limited to 'swarm-compose.yml') 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 -- cgit v1.3