Skip to content

Commit

Permalink
chore: bump connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 10, 2024
1 parent 213e91a commit 8eb9a60
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 194 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
dist
build

config/connector-*.json
45 changes: 0 additions & 45 deletions config/connector-config.json

This file was deleted.

45 changes: 0 additions & 45 deletions config/connector-demo-config.json

This file was deleted.

45 changes: 0 additions & 45 deletions config/connector-school-config.json

This file was deleted.

53 changes: 0 additions & 53 deletions config/connector-university-config.json

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.debug.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

connector-demo:
container_name: connector-demo
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
logging__appenders__console__level: "TRACE"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.debug.school.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

connector-school:
container_name: connector-school
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
logging__appenders__console__level: "TRACE"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.debug.university.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

connector-university:
container_name: connector-university
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

connector-demo:
container_name: connector-demo
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
volumes:
Expand All @@ -35,7 +35,7 @@ services:

connector-school:
container_name: connector-school
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
volumes:
Expand All @@ -56,7 +56,7 @@ services:

connector-university:
container_name: connector-university
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
volumes:
Expand Down

0 comments on commit 8eb9a60

Please sign in to comment.