You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker images for Mirth Connect 4.4.0 and later versions support both `linux/amd64` and `linux/arm64` architectures. Earlier versions only support `linux/amd64`. As an example, to pull the latest `linux/arm64` image, use the command
38
+
Docker images for Open Integration Engine 4.4.0 and later versions support both `linux/amd64` and `linux/arm64` architectures. Earlier versions only support `linux/amd64`. As an example, to pull the latest `linux/arm64` image, use the command
@@ -52,11 +52,9 @@ Engage with the community and project through [the options listed on the main Gi
52
52
------------
53
53
54
54
<aname="what-is-connect"></a>
55
-
# What is Mirth Connect[↑](#top)
55
+
# What is Open Integration Engine[↑](#top)
56
56
57
-
An open-source message integration engine focused on healthcare. For more information please visit our [GitHub page](https://github.com/ghcr.io/mgaffigan/oie).
An open-source message integration engine focused on healthcare. For more information please visit our [GitHub page](https://github.com/openintegrationengine/engine).
60
58
61
59
------------
62
60
@@ -137,18 +135,18 @@ services:
137
135
- 5432
138
136
```
139
137
140
-
[](http://play-with-docker.com/?stack=https://raw.githubusercontent.com/ghcr.io/mgaffigan/oie-docker/master/examples/play-with-docker-example.yml)
138
+
[](http://play-with-docker.com/?stack=https://raw.githubusercontent.com/OpenIntegrationEngine/engine/refs/heads/main/docker/examples/play-with-docker-example.yml)
141
139
142
140
Try it out with Play With Docker! Note that in order to access the 8080/8443 ports from your workstation, follow [their guide](https://github.com/play-with-docker/play-with-docker#how-can-i-connect-to-a-published-port-from-the-outside-world) to format the URL correctly. When you login via the Administrator GUI, use port 443 on the end instead of 8443.
143
141
144
-
There are other example stack files in the [examples directory](https://github.com/ghcr.io/mgaffigan/oie-docker/tree/master/examples)!
142
+
There are other example stack files in the [examples directory](https://github.com/OpenIntegrationEngine/engine/tree/main/docker/examples)!
145
143
146
144
------------
147
145
148
146
<a name="environment-variables"></a>
149
147
## Environment Variables [↑](#top)
150
148
151
-
You can use environment variables to configure the [mirth.properties](https://github.com/ghcr.io/mgaffigan/oie/blob/development/server/conf/mirth.properties) file or to add custom JVM options. More information on the available mirth.properties options can be found in the [Connect User Guide](http://downloads.mirthcorp.com/connect-user-guide/latest/mirth-connect-user-guide.pdf).
149
+
You can use environment variables to configure the [mirth.properties](https://github.com/OpenIntegrationEngine/engine/blob/main/server/conf/mirth.properties) file or to add custom JVM options. More information on the available mirth.properties options can be found in the [Connect User Guide](http://downloads.mirthcorp.com/connect-user-guide/latest/mirth-connect-user-guide.pdf).
152
150
153
151
To set environment variables, use the `-e` option for each variable on the command line:
154
152
@@ -182,7 +180,7 @@ docker run --env-file=myenvfile.txt -p 8443:8443 ghcr.io/mgaffigan/oie
182
180
<a name="env-database"></a>
183
181
#### `DATABASE`
184
182
185
-
The database type to use for the NextGen Connect Integration Engine backend database. Options:
183
+
The database type to use for the Open Integration Engine backend database. Options:
You can find a copy of the NextGen Connect license in [server/docs/LICENSE.txt](https://github.com/ghcr.io/mgaffigan/oie/blob/development/server/docs/LICENSE.txt). All licensing information regarding third-party libraries is located in the [server/docs/thirdparty](https://github.com/ghcr.io/mgaffigan/oie/tree/development/server/docs/thirdparty) folder.
0 commit comments