aboutsummaryrefslogtreecommitdiffstats
path: root/swarm-compose.yml
blob: 555c9ce8bfa1ad593a16ca8b3df2e4b5fc4b6b07 (plain)
1
2
3
4
5
6
7
version: '3'

services:
  backend:
    image: registry.jan.systems/dnd_converter:latest
    ports:
      - 8011:3000