We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f346d4b commit d1cfec8Copy full SHA for d1cfec8
docker-compose.yaml
@@ -0,0 +1,7 @@
1
+version: '3'
2
+services:
3
+ web:
4
+ ports:
5
+ - "8787:8787"
6
+ image: "portkeyai/gateway:latest"
7
+ restart: always
0 commit comments