-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
I'm following the steps to start Webhook Store in Docker on my Synology but appear to be stuck with this:
root@DiskStation1:/volume1/docker# git clone https://github.com/OpenWebhook/webhook-store.git && cd webhook-store
Cloning into 'webhook-store'...
remote: Enumerating objects: 1463, done.
remote: Counting objects: 100% (145/145), done.
remote: Compressing objects: 100% (84/84), done.
remote: Total 1463 (delta 70), reused 115 (delta 58), pack-reused 1318
Receiving objects: 100% (1463/1463), 664.90 KiB | 3.59 MiB/s, done.
Resolving deltas: 100% (854/854), done.
root@DiskStation1:/volume1/docker/webhook-store# docker-compose up
Creating network "webhook-store_default" with the default driver
Creating volume "webhook-store_postgres-data" with default driver
Creating volume "webhook-store_pgadmin-data" with default driver
Pulling postgres (postgres:latest)...
latest: Pulling from library/postgres
52d2b7f179e3: Already exists
d9c06b35c8a5: Pull complete
ec0d4c36c7f4: Pull complete
aa8e32a16a69: Pull complete
8950a67e90d4: Pull complete
1b47429b7c5f: Pull complete
a773f7da97bb: Pull complete
7bddc9bbcf13: Pull complete
60829730fa39: Pull complete
f3d9c845d2f3: Pull complete
cfcd43fe346d: Pull complete
576335d55cdb: Pull complete
caad4144446c: Pull complete
Digest: sha256:a5e89e5f2679863bedef929c4a7ec5d1a2cb3c045f13b47680d86f8701144ed7
Status: Downloaded newer image for postgres:latest
Pulling pgadmin (dpage/pgadmin4:)...
latest: Pulling from dpage/pgadmin4
7264a8db6415: Already exists
51aa935720cd: Pull complete
4c1daaf964a4: Pull complete
b4d1ff79abf6: Pull complete
74ce29a48801: Pull complete
33ba53f44015: Pull complete
b0bd67b7da2c: Pull complete
6091856a6145: Pull complete
e3417fc82c92: Pull complete
484c9fcfb07b: Pull complete
30b54598555e: Pull complete
85e541ea234a: Pull complete
987c568a0d55: Pull complete
a5a6a9033418: Pull complete
Digest: sha256:2e3747c48b19a98124fa8c8f0e78857bbf494c2f6ee5d271c72917c37d1b3502
Status: Downloaded newer image for dpage/pgadmin4:latest
Building migrations
Sending build context to Docker daemon 1.416MB
Step 1/32 : FROM --platform=linux/amd64 node:18.15.0-alpine as builder
18.15.0-alpine: Pulling from library/node
f56be85fc22e: Pulling fs layer
51fa4270e0cc: Pulling fs layer
a89e758f145e: Pulling fs layer
d3f921cbf16e: Pulling fs layer
d3f921cbf16e: Waiting
a89e758f145e: Verifying Checksum
a89e758f145e: Download complete
f56be85fc22e: Verifying Checksum
f56be85fc22e: Download complete
d3f921cbf16e: Verifying Checksum
d3f921cbf16e: Download complete
f56be85fc22e: Pull complete
51fa4270e0cc: Verifying Checksum
51fa4270e0cc: Download complete
51fa4270e0cc: Pull complete
a89e758f145e: Pull complete
d3f921cbf16e: Pull complete
Digest: sha256:47d97b93629d9461d64197773966cc49081cf4463b1b07de5a38b6bd5acfbe9d
Status: Downloaded newer image for node:18.15.0-alpine
---> 305c985a481f
Step 2/32 : RUN apk add --update --no-cache openssl
---> Running in bbdcb81b12a3
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
(1/3) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.10-r0)
(2/3) Upgrading libssl3 (3.0.8-r3 -> 3.0.10-r0)
(3/3) Installing openssl (3.0.10-r0)
Executing busybox-1.35.0-r29.trigger
OK: 10 MiB in 18 packages
Removing intermediate container bbdcb81b12a3
---> c1bf03df7e8f
Step 3/32 : USER node
---> Running in b4af7b645de5
Removing intermediate container b4af7b645de5
---> 983718ccf186
Step 4/32 : WORKDIR /tmp/build/app
---> Running in bee135037290
Removing intermediate container bee135037290
---> fcd3abb7e474
Step 5/32 : COPY --chown=node:node package.json ./
---> dac1668d6d74
Step 6/32 : COPY --chown=node:node yarn.lock ./
---> 14ee7a9e2d1f
Step 7/32 : RUN yarn install
---> Running in af0ef9fbadfd
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
[4/5] Linking dependencies...
warning " > @nestjs/[email protected]" has unmet peer dependency "@apollo/subgraph@^2.0.0".
error Could not write file "/tmp/build/app/yarn-error.log": "EACCES: permission denied, open '/tmp/build/app/yarn-error.log'"
error An unexpected error occurred: "EACCES: permission denied, mkdir '/tmp/build/app/node_modules'".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command '/bin/sh -c yarn install' returned a non-zero code: 1
ERROR: Service 'migrations' failed to build
Metadata
Metadata
Assignees
Labels
No labels