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 afad666 commit 1cf64f2Copy full SHA for 1cf64f2
docker-compose.yml
@@ -0,0 +1,11 @@
1
+version: "3"
2
+services:
3
+ doc-qa-api:
4
+ image: doc-qa-api:latest
5
+ container_name: doc-qa-api_container
6
+ restart: unless-stopped
7
+ build : .
8
+ ports:
9
+ - 8080:8080
10
+ env_file:
11
+ - ./.env
0 commit comments