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
Copy file name to clipboardExpand all lines: services/content-watcher/INSTALLING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ The application requires a Redis server that is configured with `Append-only fil
9
9
10
10
### Standalone (complete) image
11
11
12
-
The standalone container image is meant to be a complete solution for a provider. It contains a single instance of the main application, plus a pre-configured Redis server. Simply download the latest [container image](https://hub.docker.com/r/amplicalabs/content-publishing-service/) and deploy using your favorite container management system.
12
+
The standalone container image is meant to be a complete solution for a provider. It contains a single instance of the main application, plus a pre-configured Redis server. Simply download the latest [container image](https://hub.docker.com/r/amplicalabs/content-watcher-service/) and deploy using your favorite container management system.
The internal Redis server included in the complete image is already configured for persistence; it is simply necessary to configure your container pod to map the directory `/var/lib/redis` to a persistent storage volume.
@@ -22,9 +22,9 @@ Follow the instructions below for [configuration](#configuration), with the exce
22
22
23
23
### App-only image
24
24
25
-
The app-only image is meant to be used for providers who would rather utilize a Redis instance in their own (or their cloud infrastructure provider's) external Redis instance or service. To download the latest [container image](https://hub.docker.com/r/amplicalabs/content-publishing-service/), simply:
25
+
The app-only image is meant to be used for providers who would rather utilize a Redis instance in their own (or their cloud infrastructure provider's) external Redis instance or service. To download the latest [container image](https://hub.docker.com/r/amplicalabs/content-watcher-service/), simply:
// not used in id calculation since the order in map might not be deterministic
53
-
data.assetToMimeType=assetToMimeType;
54
-
}
55
-
constjob=awaitthis.requestQueue.add(`Request Job - ${data.id}`,data,{jobId: data.id,removeOnFail: false,removeOnComplete: 2000});// TODO: should come from queue configs
0 commit comments