We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fa3a9 commit 61fa647Copy full SHA for 61fa647
.env
@@ -174,7 +174,7 @@ POSTGRES_HOST=postgresql
174
POSTGRES_PORT=5432
175
POSTGRES_DB=otel
176
POSTGRES_PASSWORD=otel
177
-POSTGRES_DOCKERFILE=./src/postgres/Dockerfile
+POSTGRES_DOCKERFILE=./src/postgresql/Dockerfile
178
179
# ********************
180
# Telemetry Components
docker-compose.yml
@@ -791,7 +791,7 @@ services:
791
- POSTGRES_PASSWORD
792
- POSTGRES_DB
793
volumes:
794
- - ./src/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
+ - ./src/postgresql/init.sql:/docker-entrypoint-initdb.d/init.sql
795
logging: *logging
796
797
# Valkey used by Cart service
src/postgres/init.sql src/postgresql/init.sqlsrc/postgres/init.sql renamed to src/postgresql/init.sql
0 commit comments