[feature] migrate to monorepo
This commit is contained in:
commit
05ddc1f783
267 changed files with 75165 additions and 0 deletions
10
backend/docker-compose.yml
Normal file
10
backend/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
app:
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./data.db:/app/data.db
|
||||
- ./media:/app/storage/media
|
||||
- ./logs:/app/logs
|
Loading…
Add table
Add a link
Reference in a new issue