This commit is contained in:
Mostapha El Sabah 2024-12-20 17:11:01 -05:00
parent d77e4aa2ed
commit 540c3f8e5d
5 changed files with 13 additions and 15 deletions

View file

@ -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

View file

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