Skip to content

Commit

Permalink
chore: add published image in compose for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 10, 2024
1 parent 4808ead commit 19cec4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
38 changes: 0 additions & 38 deletions docker-compose.yml

This file was deleted.

23 changes: 0 additions & 23 deletions testing/connector/Dockerfile

This file was deleted.

6 changes: 2 additions & 4 deletions testing/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
consumer-connector:
build: connector
platform: ${DOCKER_PLATFORM:-linux/amd64}
image: ghcr.io/wolf4ood/connector:0.9.0
ports:
- "19191:9191" # connector default
- "19192:9192" # connector control
Expand All @@ -19,8 +18,7 @@ services:
- "host.docker.internal:host-gateway"

provider-connector:
build: connector
platform: ${DOCKER_PLATFORM:-linux/amd64}
image: ghcr.io/wolf4ood/connector:0.9.0
ports:
- "29191:9191" # connector default
- "29192:9192" # connector control
Expand Down

0 comments on commit 19cec4d

Please sign in to comment.