generated from lucien/api-template
added endpoints
This commit is contained in:
parent
8a61aaa68f
commit
7d0406ef6e
6 changed files with 314 additions and 2 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: api
|
||||
restart: always
|
||||
ports:
|
||||
- 80:3000
|
Loading…
Add table
Add a link
Reference in a new issue