yo
This commit is contained in:
parent
fbace73c94
commit
e0f3613422
3 changed files with 5 additions and 3 deletions
2
.env
2
.env
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,5 @@ services:
|
||||||
- '5432:5432'
|
- '5432:5432'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: hestia
|
POSTGRES_USER: hestia
|
||||||
POSTGRES_PASSWORD: test123
|
POSTGRES_PASSWORD: test123
|
||||||
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
services:
|
services:
|
||||||
wait:
|
wait:
|
||||||
image: dokku/wait
|
image: dokku/wait
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue