Skip to content

Commit

Permalink
chore: docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Dec 12, 2023
1 parent 6bb010f commit 3264aed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions infra/docker/config/api.graphql.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"tripsAPI": "http://api-trips:4000"
}
},
"mongodb": {
"url": "mongodb://mongo-authentication:27017/graphql",
"connectionOptions": {}
},
"redis": {
"default": {
"host": "redis",
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/config/api.stages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
},
"mongodb": {
"url": "mongodb://mongo-authentication:27017/stages",
"url": "mongodb://mongo-stages:27017/stages",
"connectionOptions": {}
},
"redis": {
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/config/api.trips.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
},
"mongodb": {
"url": "mongodb://mongo-authentication:27017/trips",
"url": "mongodb://mongo-trips:27017/trips",
"connectionOptions": {}
},
"redis": {
Expand Down
4 changes: 0 additions & 4 deletions infra/k8s/api-graphql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ data:
"tripsAPI": "http://trips-srv:4000"
}
},
"mongodb": {
"url": "mongodb://mongodb-graphql-srv:27017/graphql",
"connectionOptions": {}
},
"redis": {
"default": {
"host": "redis-srv",
Expand Down

0 comments on commit 3264aed

Please sign in to comment.