chore: improve local setup and change database type (#33)
This commit is contained in:
parent
d46478a90d
commit
3f9d4f94ff
10 changed files with 72 additions and 40 deletions
9
devops/docker-compose.dev.yml
Normal file
9
devops/docker-compose.dev.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
hestia-database:
|
||||
image: 'postgres:12-alpine'
|
||||
container_name: 'hestia-database'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
environment:
|
||||
POSTGRES_USER: hestia
|
||||
POSTGRES_PASSWORD: test123
|
||||
Loading…
Add table
Add a link
Reference in a new issue