Skip to content

Commit

Permalink
Version tag obsolete in docker compose (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Jul 11, 2024
1 parent de1dd4d commit 48b0781
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docker/cli/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
app:
image: ${IMAGE_TAG}
1 change: 0 additions & 1 deletion docker/docker-compose.cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
nats1:
image: docker.io/nats:2.10.4
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
nats:
image: docker.io/nats:2.10.4
Expand Down
1 change: 0 additions & 1 deletion examples/integrations/debezium/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
postgres:
image: docker.io/debezium/postgres:16-alpine
Expand Down
1 change: 0 additions & 1 deletion examples/operations/stan2js/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
nats:
image: docker.io/nats:2.10.3
Expand Down

1 comment on commit 48b0781

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-np1a6n81w-connecteverything.vercel.app

Built with commit 48b0781.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.