This commit is contained in:
Mostapha El Sabah 2024-12-20 16:50:29 -05:00
parent fbace73c94
commit e0f3613422
3 changed files with 5 additions and 3 deletions

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