revert
Some checks failed
fp/our CI/CD / build (push) Successful in 50s
ci / test (push) Failing after 2m43s

This commit is contained in:
CJ_Clippy 2025-10-05 07:47:14 -08:00
parent c2d66d9618
commit 6b33ef7816

View File

@ -47,12 +47,12 @@
name: our-green name: our-green
compose: compose:
- /etc/futureporn/our/compose.production.yaml - /etc/futureporn/our/compose.production.yaml
- | - version: "3"
services: services:
server: server:
ports: ports:
- target: 5000 - target: 5000 # container port
published: 8086 published: 8086 # Swarm ingress port
protocol: tcp protocol: tcp
mode: ingress mode: ingress
@ -62,15 +62,14 @@
name: our-blue name: our-blue
compose: compose:
- /etc/futureporn/our/compose.production.yaml - /etc/futureporn/our/compose.production.yaml
- | - version: "3"
services: services:
server: server:
ports: ports:
- target: 5000 - target: 5000 # container port
published: 8087 published: 8087 # Swarm ingress port
protocol: tcp protocol: tcp
mode: ingress mode: ingress
# - name: Remove stack # - name: Remove stack
# community.docker.docker_stack: # community.docker.docker_stack:
# name: mystack # name: mystack