Skip to content

Commit c868d82

Browse files
authored
Create docker.yaml
1 parent 8e50451 commit c868d82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
version: '3'
3+
services:
4+
api:
5+
build: .
6+
ports:
7+
- "8080:8080"
8+
environment:
9+
- API_PORT=8080
10+
- CORS_ORIGINS=

0 commit comments

Comments
 (0)