New install on DSS415+

On New install on DSS415+ following How to Install Passbolt on Your Synology NAS – Marius Hosting

version: “3.9”
services:
db:
image: mariadb:11.3-jammy
container_name: Passbolt-DB
hostname: passbolt-db
mem_limit: 512m
mem_reservation: 128m
cpu_shares: 768
security_opt:
- no-new-privileges:true
volumes:
- /volume1/docker/passbolt/db:/var/lib/mysql:rw
environment:
TZ: Europe/London
MYSQL_ROOT_PASSWORD: rootpass
MYSQL_DATABASE: passbolt
MYSQL_USER: passboltuser
MYSQL_PASSWORD: passboltpass
restart: on-failure:5

passbolt:
image: passbolt/passbolt:latest-ce-non-root
command:
- /bin/bash
- -c
- /usr/bin/wait-for.sh -t 0 db:3306 – /docker-entrypoint.sh
container_name: Passbolt
hostname: passbolt
mem_limit: 1g
cpu_shares: 512
security_opt:
- no-new-privileges:true
healthcheck:
test: curl -f http://localhost:8080/ || exit 1
ports:
- 9475:8080
volumes:
- gpg_volume:/volume1/docker/passbolt/gpg:/etc/passbolt/gpg
- /jwt_volume:/volume1/docker/passbolt/jwt:/etc/passbolt/jwt
environment:
DEBUG: false
APP_FULL_BASE_URL:
DATASOURCES_DEFAULT_HOST: passbolt-db
DATASOURCES_DEFAULT_USERNAME: passboltuser
DATASOURCES_DEFAULT_PASSWORD: passboltpass
DATASOURCES_DEFAULT_DATABASE: passbolt
PASSBOLT_REGISTRATION_PUBLIC: true
EMAIL_DEFAULT_FROM: j
EMAIL_TRANSPORT_DEFAULT_HOST:
EMAIL_TRANSPORT_DEFAULT_PORT: 587
EMAIL_TRANSPORT_DEFAULT_USERNAME: j
EMAIL_TRANSPORT_DEFAULT_PASSWORD:
EMAIL_TRANSPORT_DEFAULT_TLS: true
restart: on-failure:5
depends_on:
db:
condition: service_started
volumes:
database_volume:
gpg_volume:
jwt_volume:

==================================================================================
Your entropy pool is low. This situation could lead GnuPG to not
be able to create the gpg serverkey so the container start process will hang
until enough entropy is obtained.
Please consider installing rng-tools and/or virtio-rng on your host as the
preferred method to generate random numbers using a TRNG.
If rngd (rng-tools) does not provide enough or fast enough randomness you could
consider installing haveged as a helper to speed up this process.
Using haveged as a replacement for rngd is not recommended. You can read more
about this topic here:

gpg: agent_genkey failed: End of file
gpg: key generation failed: End of file

Hello @jdowen and welcome to the forum!
Have you searched for a similar problem on the forum?
This post may help you:

Also, this guide can help you:

Hi @Termindiego25 ,

This is what I get
We need to generate a lot of random bytes. It is a good idea to perform

some other action (type on the keyboard, move the mouse, utilize the

disks) during the prime generation; this gives the random number

generator a better chance to gain enough entropy.

gpg: agent_genkey failed: No pinentry

Key generation failed: No pinentry