Add existing codebase

This commit is contained in:
Andrey Chervyakov 2021-03-13 01:43:08 +06:00
commit c23a68347b
16 changed files with 807 additions and 0 deletions

14
docker-compose.yml Normal file
View file

@ -0,0 +1,14 @@
version: '3'
services:
link:
image: link
ports:
- 8080:8080
environment:
- JWT_METHOD=HS256
- JWT_KEY=QvSqOTKhsCjeV1iU9ABYTQMJwhvXWPnz
- DB_HOST=host.docker.internal
- DB_USERNAME=root
- DB_PASSWORD=root
- DB_NAME=link