Added another port

This commit is contained in:
Jef Roosens 2021-12-12 23:39:06 +01:00
parent be6e60bb97
commit ef2f0ca66c
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 3 additions and 2 deletions

View file

@ -3,14 +3,14 @@ version: '3'
services:
app:
image: 'traefik:2.5'
image: 'traefik:{{ traefik_version }}'
deploy:
mode: replicated
replicas: 1
placement:
constraints:
- node.role == manager
- node.hostname == alpha
networks:
- public