chore: improve local setup and change database type #33
5 changed files with 13 additions and 15 deletions
|
|
@ -1,10 +1,9 @@
|
|||
services:
|
||||
hestia-database:
|
||||
image: 'postgres:12-alpine'
|
||||
container_name: 'hestia-database'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
environment:
|
||||
POSTGRES_USER: hestia
|
||||
POSTGRES_PASSWORD: test123
|
||||
|
||||
hestia-database:
|
||||
image: 'postgres:12-alpine'
|
||||
container_name: 'hestia-database'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
environment:
|
||||
POSTGRES_USER: hestia
|
||||
POSTGRES_PASSWORD: test123
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
services:
|
||||
wait:
|
||||
image: dokku/wait
|
||||
|
||||
wait:
|
||||
image: dokku/wait
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue