PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-11-09 21:53:34.526 UTC [1] LOG: starting PostgreSQL 16.4 (Debian 16.4-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-11-09 21:53:34.527 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2024-11-09 21:53:34.527 UTC [1] LOG: listening on IPv6 address "::", port 5432
2024-11-09 21:53:34.533 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-11-09 21:53:34.541 UTC [29] LOG: database system was shut down at 2024-11-09 21:53:34 UTC
2024-11-09 21:53:34.547 UTC [1] LOG: database system is ready to accept connections
2024-11-09 21:58:34.640 UTC [27] LOG: checkpoint starting: time
2024-11-09 21:58:34.796 UTC [27] LOG: checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.109 s, sync=0.026 s, total=0.156 s; sync files=3, longest=0.024 s, average=0.009 s; distance=0 kB, estimate=0 kB; lsn=0/19E0648, redo lsn=0/19E0610
Any help or suggestions would be greatly appreciated!
Hello!
I’m having trouble accessing the web service through Docker Compose. Despite the container running, I cannot seem to reach the service via browser.
Here’s my Docker Compose configuration:
I have configured the above variables in the .env file. :
App logs :
Db logs :
Any help or suggestions would be greatly appreciated!
Thanks in advance!