init
This commit is contained in:
7
compose.yaml
Normal file
7
compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
api:
|
||||
container_name: api
|
||||
ports:
|
||||
- 3000:3000
|
||||
build:
|
||||
context: ./services/api
|
||||
Reference in New Issue
Block a user