Hi @wwe, thanks for your detailed answer
I modified the service networks by adding my domain as an alias. A puzzle because docker did not want my synthaxe so I had to try several before it was taken into account. I started again from scratch and this time, I no longer have an error message in the logs
db-1 | PostgreSQL init process complete; ready for start up.
db-1 |
db-1 | 2024-04-17 13:39:21.922 UTC [1] LOG: starting PostgreSQL 15.6 (Debian 15.6-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db-1 | 2024-04-17 13:39:21.923 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-1 | 2024-04-17 13:39:21.923 UTC [1] LOG: listening on IPv6 address "::", port 5432
db-1 | 2024-04-17 13:39:21.930 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-04-17 13:39:21.944 UTC [51] LOG: database system was shut down at 2024-04-17 13:39:21 UTC
db-1 | 2024-04-17 13:39:21.953 UTC [1] LOG: database system is ready to accept connections
db-1 | 2024-04-17 13:44:22.037 UTC [49] LOG: checkpoint starting: time
db-1 | 2024-04-17 13:45:23.485 UTC [49] LOG: checkpoint complete: wrote 615 buffers (3.8%); 1 WAL file(s) added, 0 removed, 0 recycled; write=61.348 s, sync=0.021 s, total=61.448 s; sync files=677, longest=0.003 s, average=0.001 s; distance=3916 kB, estimate=3916 kB
db-1 | 2024-04-17 13:49:22.585 UTC [49] LOG: checkpoint starting: time
db-1 | 2024-04-17 13:49:26.330 UTC [49] LOG: checkpoint complete: wrote 38 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=3.714 s, sync=0.009 s, total=3.746 s; sync files=31, longest=0.006 s, average=0.001 s; distance=190 kB, estimate=3543 kB
db-1 | 2024-04-17 13:54:22.429 UTC [49] LOG: checkpoint starting: time
db-1 | 2024-04-17 13:54:24.562 UTC [49] LOG: checkpoint complete: wrote 22 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.110 s, sync=0.008 s, total=2.133 s; sync files=14, longest=0.005 s, average=0.001 s; distance=134 kB, estimate=3202 kB
redis-1 | 1:C 17 Apr 2024 13:39:20.352 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis-1 | 1:C 17 Apr 2024 13:39:20.353 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-1 | 1:C 17 Apr 2024 13:39:20.353 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
redis-1 | 1:C 17 Apr 2024 13:39:20.353 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis-1 | 1:M 17 Apr 2024 13:39:20.353 * monotonic clock: POSIX clock_gettime
redis-1 | 1:M 17 Apr 2024 13:39:20.354 * Running mode=standalone, port=6379.
redis-1 | 1:M 17 Apr 2024 13:39:20.355 * Server initialized
redis-1 | 1:M 17 Apr 2024 13:39:20.355 * Ready to accept connections tcp
redis-1 | 1:M 17 Apr 2024 13:46:05.603 * 100 changes in 300 seconds. Saving...
redis-1 | 1:M 17 Apr 2024 13:46:05.604 * Background saving started by pid 126
redis-1 | 126:C 17 Apr 2024 13:46:05.616 * DB saved on disk
redis-1 | 126:C 17 Apr 2024 13:46:05.617 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
redis-1 | 1:M 17 Apr 2024 13:46:05.704 * Background saving terminated with success
db-1 | 2024-04-17 13:59:22.661 UTC [49] LOG: checkpoint starting: time
db-1 | 2024-04-17 13:59:24.397 UTC [49] LOG: checkpoint complete: wrote 19 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.714 s, sync=0.008 s, total=1.736 s; sync files=14, longest=0.005 s, average=0.001 s; distance=107 kB, estimate=2893 kB
cron-1 | crond: can't change directory to '/home/cron'
cron-1 | crond: USER cron pid 37 cmd php -f /var/www/html/cron.php
however when I launch the third modif line of notify_push I always have an error message:(
[root@cassiopea:~/nc-docker] 1 # docker compose exec app sh -c 'php occ notify_push:setup https://blackcat-studio.net/push'
✓ redis is configured
🗴 can't connect to push server: cURL error 7: Failed to connect to blackcat-studio.net port 443 after 0 ms: Couldn't connect to server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://blackcat-studio.net/push/test/cookie
I’m lost I don’t know what to do:(