Skip to content

Commit

Permalink
mbround18/732 fix shutdown (#735)
Browse files Browse the repository at this point in the history
* Fix for 732, shutdown issue

* fix run

* linter
  • Loading branch information
mbround18 authored Sep 28, 2023
1 parent f088c8d commit 38ced8c
Show file tree
Hide file tree
Showing 8 changed files with 338 additions and 299 deletions.
59 changes: 14 additions & 45 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "mbround18",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
Expand All @@ -15,120 +13,91 @@
"name": "Mark",
"avatar_url": "https://avatars.githubusercontent.com/u/3298808?v=4",
"profile": "http://arneman.me/",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "mbround18",
"name": "Michael",
"avatar_url": "https://avatars.githubusercontent.com/u/12646562?v=4",
"profile": "https://m.bruno.fyi/",
"contributions": [
"infra",
"code",
"doc"
]
"contributions": ["infra", "code", "doc"]
},
{
"login": "imgbot[bot]",
"name": "imgbot[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/4706?v=4",
"profile": "https://github.com/apps/imgbot",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "AGhost-7",
"name": "Jonathan Boudreau",
"avatar_url": "https://avatars.githubusercontent.com/u/6957411?v=4",
"profile": "https://github.com/AGhost-7",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "Kellei2983",
"name": "Lukáš Hruška",
"avatar_url": "https://avatars.githubusercontent.com/u/32897629?v=4",
"profile": "https://github.com/Kellei2983",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "JulianVallee",
"name": "Julian Vallée",
"avatar_url": "https://avatars.githubusercontent.com/u/6720458?v=4",
"profile": "http://vallee-design.de/",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "Finomnis",
"name": "Finomnis",
"avatar_url": "https://avatars.githubusercontent.com/u/3129043?v=4",
"profile": "https://github.com/Finomnis",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "JustinByrne",
"name": "Justin Byrne",
"avatar_url": "https://avatars.githubusercontent.com/u/14056930?v=4",
"profile": "https://tech.jrlbyrne.com/",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "apeabody",
"name": "Andrew Peabody",
"avatar_url": "https://avatars.githubusercontent.com/u/14035345?v=4",
"profile": "http://blog.andrewpeabody.com/",
"contributions": [
"doc",
"code"
]
"contributions": ["doc", "code"]
},
{
"login": "morales2k",
"name": "Jorge Morales",
"avatar_url": "https://avatars.githubusercontent.com/u/1074855?v=4",
"profile": "https://github.com/morales2k",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "spannerman79",
"name": "Spanner_Man",
"avatar_url": "https://avatars.githubusercontent.com/u/7542384?v=4",
"profile": "https://github.com/spannerman79",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "cameronwp",
"name": "Cameron Pittman",
"avatar_url": "https://avatars.githubusercontent.com/u/5186335?v=4",
"profile": "https://hurtlingthrough.space/",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "kodiakhq[bot]",
"name": "kodiakhq[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/29196?v=4",
"profile": "https://github.com/apps/kodiakhq",
"contributions": [
"infra"
]
"contributions": ["infra"]
}
],
"contributorsPerLine": 7
Expand Down
14 changes: 14 additions & 0 deletions .run/Build & Compose Deployment.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Build &amp; Compose Deployment" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
<deployment type="docker-compose.yml">
<settings>
<option name="envFilePath" value="" />
<option name="removeVolumesOnComposeDown" value="true" />
<option name="commandLineOptions" value="--build" />
<option name="sourceFilePath" value="docker-compose.dev.yml" />
<option name="upDetach" value="false" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>
18 changes: 0 additions & 18 deletions .run/docker-compose.yml_ Compose Deployment.run.xml

This file was deleted.

Loading

0 comments on commit 38ced8c

Please sign in to comment.