mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 16:35:48 +02:00
Added another port
This commit is contained in:
parent
be6e60bb97
commit
ef2f0ca66c
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue