diff options
Diffstat (limited to 'swarm-compose.yml')
| -rw-r--r-- | swarm-compose.yml | 7 |
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 |
