chore: improve local setup and change database type
This commit is contained in:
parent
8969e2b8aa
commit
9664de0e16
6 changed files with 22 additions and 5 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
|
||||
3
devops/docker-compose.wait.yml
Normal file
3
devops/docker-compose.wait.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
services:
|
||||
wait:
|
||||
image: dokku/wait
|
||||
Loading…
Add table
Add a link
Reference in a new issue