Draft: feat login
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: .
|
||||
env_file: ./backend/.env
|
||||
ports:
|
||||
- 8081:8080
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user