Try fixing ports
This commit is contained in:
parent
da5ed085e7
commit
11658a25c3
1 changed files with 4 additions and 2 deletions
|
|
@ -8,6 +8,10 @@ services:
|
||||||
- frontend
|
- frontend
|
||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
|
ports:
|
||||||
|
- target: 80
|
||||||
|
protocol: tcp
|
||||||
|
mode: ingress
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -27,8 +31,6 @@ services:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
window: 30s
|
window: 30s
|
||||||
ports:
|
|
||||||
- "80"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
network:
|
network:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue