generated from alecodes/base-template
feat: add sources form and table
This commit is contained in:
parent
e2a6c92322
commit
baf70e6820
11 changed files with 103 additions and 8 deletions
|
|
@ -17,3 +17,8 @@ services:
|
|||
db:
|
||||
image: postgres:17
|
||||
env_file: ../.env
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue