added docker support
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
services:
|
||||
games-api:
|
||||
image: games-api
|
||||
build: .
|
||||
container_name: games-api
|
||||
environment:
|
||||
- ACCESS_TOKEN_SECRET=
|
||||
- JWT_EXPIRE=
|
||||
- REFRESH_TOKEN_SECRET=
|
||||
- MONGO_URI=
|
||||
- SMTP_HOST=
|
||||
- SMTP_PORT=
|
||||
- SMTP_USER=
|
||||
- SMTP_PASSWORD=
|
||||
- FROM_EMAIL=
|
||||
- FROM_NAME=
|
||||
- SECURE=false
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
||||
Reference in New Issue
Block a user