feat: add basic impl

This commit is contained in:
cătălin 2022-06-27 21:41:37 +02:00
commit 630140521e
No known key found for this signature in database
GPG key ID: C378F1E869F05A95
6 changed files with 111 additions and 0 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
---
version: "3.9"
services:
app:
build:
context: .
ports:
- "8080:80"
env_file:
- .env