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 669ac1c commit 207d1feCopy full SHA for 207d1fe
docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
- ./deploy/postgres-entrypoint.sh:/usr/local/bin/custom-entrypoint.sh:ro
33
ports:
34
- "${POSTGRES_EXT_PORT:-}:5432"
35
- entrypoint: [ "/bin/sh", "-c", "/usr/local/bin/custom-entrypoint.sh" ]
+ entrypoint: ["/bin/sh", "/usr/local/bin/custom-entrypoint.sh"]
36
37
server:
38
restart: unless-stopped
@@ -53,7 +53,6 @@ services:
53
TESLA_TELEMETRY_PORT: ${TESLA_TELEMETRY_PORT:-}
54
TESLA_TELEMETRY_CA: ${TESLA_TELEMETRY_CA:-}
55
TESLA_TELEMETRY_KAFKA_BROKER: ${TESLA_TELEMETRY_KAFKA_BROKER:-}
56
-
57
depends_on:
58
- postgres
59
0 commit comments