wqwq
This commit is contained in:
parent
d77e4aa2ed
commit
540c3f8e5d
5 changed files with 13 additions and 15 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
services:
|
services:
|
||||||
hestia-database:
|
hestia-database:
|
||||||
image: 'postgres:12-alpine'
|
image: 'postgres:12-alpine'
|
||||||
container_name: 'hestia-database'
|
container_name: 'hestia-database'
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- '5432:5432'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: hestia
|
POSTGRES_USER: hestia
|
||||||
POSTGRES_PASSWORD: test123
|
POSTGRES_PASSWORD: test123
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
services:
|
services:
|
||||||
wait:
|
wait:
|
||||||
image: dokku/wait
|
image: dokku/wait
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue