summaryrefslogtreecommitdiff
path: root/docker-stack.yml
blob: 413ffbdbc264c6472006bb130b0df3196f884d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
services:
  web:
    image: ${IMAGE_NAME}
    ports:
      - target: 8380
        published: 8380
        protocol: tcp
        mode: host
    deploy:
      replicas: 1
      restart_policy:
        condition: on-failure