We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d122e6c commit 1eb6aeaCopy full SHA for 1eb6aea
1 file changed
docker-compose.yml
@@ -1,9 +1,6 @@
1
services:
2
postgres:
3
- build:
4
- context: ../../tensorzero-core/tests/e2e
5
- dockerfile: Dockerfile.postgres
6
- image: tensorzero/postgres-dev:14-trixie-slim
+ image: tensorzero/postgres:14
7
environment:
8
POSTGRES_DB: test
9
POSTGRES_USER: postgres
0 commit comments