feat: add basic impl
This commit is contained in:
commit
630140521e
6 changed files with 111 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
version: "3.9"
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
env_file:
|
||||
- .env
|
||||
Loading…
Add table
Add a link
Reference in a new issue