revert
This commit is contained in:
parent
c2d66d9618
commit
6b33ef7816
@ -47,12 +47,12 @@
|
||||
name: our-green
|
||||
compose:
|
||||
- /etc/futureporn/our/compose.production.yaml
|
||||
- |
|
||||
- version: "3"
|
||||
services:
|
||||
server:
|
||||
ports:
|
||||
- target: 5000
|
||||
published: 8086
|
||||
- target: 5000 # container port
|
||||
published: 8086 # Swarm ingress port
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
|
||||
@ -62,15 +62,14 @@
|
||||
name: our-blue
|
||||
compose:
|
||||
- /etc/futureporn/our/compose.production.yaml
|
||||
- |
|
||||
- version: "3"
|
||||
services:
|
||||
server:
|
||||
ports:
|
||||
- target: 5000
|
||||
published: 8087
|
||||
- target: 5000 # container port
|
||||
published: 8087 # Swarm ingress port
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
|
||||
# - name: Remove stack
|
||||
# community.docker.docker_stack:
|
||||
# name: mystack
|
||||
|
Loading…
x
Reference in New Issue
Block a user