chore: improve local setup and change database type #33

Merged
piopi merged 10 commits from improve-local-setup into master 2024-12-20 17:27:59 -05:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit e0f3613422 - Show all commits

2
.env
View file

@ -1,2 +1,2 @@
VITE_APP_VERSION=1.0.0-alpha VITE_APP_VERSION=1.0.0-alpha
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"

View file

@ -6,4 +6,5 @@ services:
- '5432:5432' - '5432:5432'
environment: environment:
POSTGRES_USER: hestia POSTGRES_USER: hestia
POSTGRES_PASSWORD: test123 POSTGRES_PASSWORD: test123

View file

@ -1,3 +1,4 @@
services: services:
wait: wait:
image: dokku/wait image: dokku/wait