We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09c58f commit 3aec0b1Copy full SHA for 3aec0b1
1 file changed
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
app:
3
- build: .
+ image: idemerge/llm-api-bench:${TAG:-latest}
4
ports:
5
- "${PORT:-3001}:3001"
6
volumes:
0 commit comments