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
After completing the previous steps, run the Docker container from the pulled image:
28
+
After completing the previous steps, run the Docker container from the pulled image:
29
29
30
30
[source, sh, subs="attributes+"]
31
31
----
@@ -34,7 +34,7 @@ docker run -p 19100:19100 registry.containers.tiny.cloud/hyperlinking-tiny:<VERS
34
34
35
35
This triggers `-p 19100:19100`, exposing the service on `localhost:19100`. The service runs on port `19100` inside the Docker container, and this maps it to the same port on your localhost.
36
36
37
-
If set up correctly, the logs should display output similar to the following:
37
+
If set up correctly, the logs should display output similar to the following:
38
38
39
39
[source, log]
40
40
----
@@ -45,7 +45,7 @@ If set up correctly, the logs should display output similar to the following:
45
45
2025-01-02 11:06:46 [io-compute-blocker-8] WARN c.e.d.config.AllowedOriginsConfig$ - No allowed-origins specified in config!
2025-01-02 11:06:46 [io-compute-9] INFO o.h.b.c.nio1.NIO1SocketServerGroup - Service bound to address /0:0:0:0:0:0:0:0:19100
48
-
2025-01-02 11:06:46 [io-compute-9] INFO o.h.blaze.server.BlazeServerBuilder -
48
+
2025-01-02 11:06:46 [io-compute-9] INFO o.h.blaze.server.BlazeServerBuilder -
49
49
_ _ _ _ _
50
50
| |_| |_| |_ _ __| | | ___
51
51
| ' \\ _| _| '_ \\_ _(_-<
@@ -56,7 +56,7 @@ If set up correctly, the logs should display output similar to the following:
56
56
57
57
Running this command will generate a log warning about `allowed-origins` not being configured. This is expected, as it will be set up in the next step.
58
58
59
-
The {productname} server-side components require a configuration file to function correctly. By convention, this file is named `application.conf`. For more information, refer to link:https://www.tiny.cloud/docs/tinymce/latest/configure-required-services/[Required configuration for the server-side components^].
59
+
The {productname} server-side components require a configuration file to function correctly. By convention, this file is named `application.conf`. For more information, refer to link:https://www.tiny.cloud/docs/tinymce/latest/configure-required-services/[Required configuration for the server-side components^].
60
60
61
61
This configuration file requires at least the following information:
62
62
@@ -96,7 +96,7 @@ The Docker container can also be run with `docker compose`. In this example, the
96
96
----
97
97
hyperlinking-service/
98
98
├── application.conf
99
-
└── docker-compose.yaml
99
+
└── docker-compose.yaml
100
100
----
101
101
102
102
Here is an example of the application.conf file with the basic configurations:
@@ -133,11 +133,17 @@ services:
133
133
init: true
134
134
volumes:
135
135
- type: bind
136
-
source: ./application.conf #change this to the path on your local machine
Copy file name to clipboardExpand all lines: modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-installation.adoc
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ link:https://www.tiny.cloud/contact/[Contact {companyname} Support^] to request
7
7
8
8
=== Retrieve Docker Image
9
9
10
-
. Login into the {companyname} Cloud Docker Registry:
10
+
. Login into the {companyname} Cloud Docker Registry:
11
11
+
12
12
[source, sh, subs="attributes+"]
13
13
----
@@ -25,9 +25,9 @@ Replace `<VERSION>` with `latest` or the specific version number.
25
25
26
26
[NOTE]
27
27
Currently, the Docker images are only supported on x86-64 (also known as AMD64) architecture processors.
28
-
=== Specify Configurations
28
+
=== Specify Configurations
29
29
30
-
After completing the previous steps, run the Docker container from the pulled image:
30
+
After completing the previous steps, run the Docker container from the pulled image:
31
31
32
32
[source, sh, subs="attributes+"]
33
33
----
@@ -36,7 +36,7 @@ docker run -p 19040:19040 registry.containers.tiny.cloud/image-proxy-tiny:<VERSI
36
36
37
37
This triggers `-p 19040:19040`, exposing the service on `localhost:19040`. The service runs on port `19040` inside the Docker container, and this maps it to the same port on your localhost.
38
38
39
-
If set up correctly, the logs should display output similar to the following:
39
+
If set up correctly, the logs should display output similar to the following:
40
40
41
41
[source, log]
42
42
----
@@ -46,7 +46,7 @@ If set up correctly, the logs should display output similar to the following:
46
46
2025-01-08 12:03:16 [io-compute-blocker-3] WARN c.e.d.config.AllowedOriginsConfig$ - No allowed-origins specified in config!
2025-01-08 12:03:17 [io-compute-1] INFO o.h.b.c.nio1.NIO1SocketServerGroup - Service bound to address /0:0:0:0:0:0:0:0:19040
49
-
2025-01-08 12:03:17 [io-compute-1] INFO o.h.blaze.server.BlazeServerBuilder -
49
+
2025-01-08 12:03:17 [io-compute-1] INFO o.h.blaze.server.BlazeServerBuilder -
50
50
_ _ _ _ _
51
51
| |_| |_| |_ _ __| | | ___
52
52
| ' \\ _| _| '_ \\_ _(_-<
@@ -57,7 +57,7 @@ If set up correctly, the logs should display output similar to the following:
57
57
58
58
Running this command will generate a log warning about `allowed-origins` not being configured. This is expected, as it will be set up in the next step.
59
59
60
-
The {productname} server-side components require a configuration file to function correctly. By convention, this file is named `application.conf`. For more information, refer to link:https://www.tiny.cloud/docs/tinymce/latest/configure-required-services/[Required configuration for the server-side components].
60
+
The {productname} server-side components require a configuration file to function correctly. By convention, this file is named `application.conf`. For more information, refer to link:https://www.tiny.cloud/docs/tinymce/latest/configure-required-services/[Required configuration for the server-side components].
61
61
62
62
This configuration file requires at least the following information:
63
63
@@ -72,9 +72,9 @@ The following settings for the Image Proxy service premium server-side component
image-proxy-tiny-1 | 2025-01-08 15:02:37 [io-compute-1] INFO o.h.b.c.nio1.NIO1SocketServerGroup - Service bound to address /0:0:0:0:0:0:0:0:19040
163
-
image-proxy-tiny-1 | 2025-01-08 15:02:37 [io-compute-1] INFO o.h.blaze.server.BlazeServerBuilder -
169
+
image-proxy-tiny-1 | 2025-01-08 15:02:37 [io-compute-1] INFO o.h.blaze.server.BlazeServerBuilder -
164
170
image-proxy-tiny-1 | _ _ _ _ _
165
171
image-proxy-tiny-1 | | |_| |_| |_ _ __| | | ___
166
172
image-proxy-tiny-1 | | ' \\ _| _| '_ \\_ _(_-<
@@ -169,7 +175,7 @@ image-proxy-tiny-1 | |_|
169
175
image-proxy-tiny-1 | 2025-01-08 15:02:37 [io-compute-1] INFO o.h.blaze.server.BlazeServerBuilder - http4s v0.23.27 on blaze v0.23.16 started at http://[::]:19040/
170
176
----
171
177
172
-
=== Next Steps
178
+
=== Next Steps
173
179
174
180
. Test the service via cURL command
175
181
@@ -194,7 +200,7 @@ To confirm that a request is being sent to the Image Proxy service, use:
0 commit comments