Add compose
This commit is contained in:
parent
29237ef91c
commit
7041b8672f
1 changed files with 5 additions and 0 deletions
5
docker-compose.yml
Normal file
5
docker-compose.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
services:
|
||||
backend:
|
||||
build: .
|
||||
env_file:
|
||||
- ./.env
|
Loading…
Reference in a new issue