Initial commit
This commit is contained in:
commit
ea042c33ba
26 changed files with 4452 additions and 0 deletions
8
compose.yaml
Normal file
8
compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
app:
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 127.0.0.1:3000:3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue