Skip to main content

All Questions

0 votes
1 answer
32 views

The cache, users, jobs and personal_access_tokens tables are not created in Laravel's public folder

When creating a postgres database, the following tables are not automatically created: enter image description here As I understood they should be created in the 'public' folder, but it is empty. I ...
blackout's user avatar
0 votes
1 answer
69 views

Database is not showing up in intellij. What am I missing here?

services: postgres: container_name: postgres-sql-wac image: postgres:14.11 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: 1 PGDATA: /var/lib/postgresql/data ...
Daniil Hizam's user avatar
0 votes
0 answers
31 views

spring-boot with docker-compose on gitlab CI

I have a simple Spring Boot Project which usess the spring-boot docker-compose feature. ... dependencies { implementation("org.springframework.boot:spring-boot-starter-web") ...
Janning Vygen's user avatar
1 vote
2 answers
50 views

Storing GeoServer Configuration (Workspaces, Layers, Groups) Externally - Is it Possible and How?

I am working with GeoServer and I'm interested in storing its configuration data outside of the default file-based catalog. Specifically, I want to manage and persist configurations like: Workspaces: ...
Atul Singh's user avatar
0 votes
1 answer
78 views

How to install extenions from source in postgres or supabase using docker and docker-compose?

I am extending the supabase image to install apache age but when I run my migration to add the extension I get: extension "age" is not available dbmate-1 | Applying: ...
Niall's user avatar
  • 277
0 votes
1 answer
20 views

Docker-compose fails to create table on startup for Spring WebFlux/Postgresql

My application is running but the docker-compose is not creating the tables for me in my postgres docker container. At a loss for this at this point. Below is my relevant code docker-compose version: '...
Beartato327's user avatar
0 votes
0 answers
19 views

ERROR: role "projectuser" does not exist, Docker-Compose and CreateDatabase.SQL having issues finding *USER* [duplicate]

i was tryng to set up multiple databases via Docker Containers (Docker-Compose.yml) and encountered this error doing so: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/...
Akhad Elimbajev's user avatar
0 votes
0 answers
48 views

setting up a postgres database in my docker-compose containers. Why isn't my .bak file restoring the database?

Context: I'm deploying a localhost version of a website to do some troubleshooting. It's a Django website running Mezzanine (yes it's very old, hence the debugging). The website has a Postgres ...
scicrow's user avatar
-1 votes
1 answer
61 views

Docker postgresql can't log in from java

I made a docker-compose database services: db: image: postgres:latest ports: - "5432:5432" restart: always environment: POSTGRES_USER: postgres ...
IRQ 3's user avatar
  • 13
-4 votes
1 answer
100 views

Docker ports problem Error: Failure when receiving data from the peer

I don't understand at all about ports in Docker. I couldn't find any good material explaining this to me. I just found out that there is a host port and an internal one. As I understand it, the ...
Isat's user avatar
  • 9
0 votes
0 answers
26 views

How to customize standard Rasa database and use for a feedback loop

I am working on a Rasa Open Source chatbot which for now runs in a Docker Desktop multi-container which has three containers: vue-app (For frontend) rasa-server (For Rasa) rasa-postgres (For ...
Jesper's user avatar
  • 56
0 votes
1 answer
49 views

Spark on Docker Fails to Connect to AWS RDS PostgreSQL via Bastion

I have an Apache Spark cluster running on a docker compose network, that needs to connect to an AWS RDS instance (postgreSQL more specifically), the following is the compose.yml file I am using to ...
Eya's user avatar
  • 11
0 votes
0 answers
27 views

Backend Container takes significantly longer when docker-compose up

I am new to docker and decided to try to learn about it and integrate it into my project. Currently my project setup has 3 containers, one for my frontend, backend and db. Now when i run docker-...
john sim's user avatar
0 votes
1 answer
41 views

jdbc fails to connect to a postgresql database in docker

I'm trying to learn spring boot by following a tutorial, but I can't seem to connect to my postgresql database in docker. Works perfectly fine with a local database. My docker-compose.yml: services: ...
Kallydi's user avatar
0 votes
1 answer
75 views

How can I solve this connection problem between a coordinator and a worker using a pre-made image of postgres14 and citus 12.2.1? services not healthy [closed]

I'm trying to get this coordinator and worker setup up without errors with a pre-made image of postgresql and citus. They are the latest certified version. (attendance-system-py3.10) ┌<▸> ~/g/a/...
aironman's user avatar
  • 869

15 30 50 per page
1
2 3 4 5
116