copy from hestia
This commit is contained in:
parent
8e44793a5a
commit
10e0c09f49
33 changed files with 2565 additions and 0 deletions
9
devops/docker-compose.dev.yml
Normal file
9
devops/docker-compose.dev.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: $APP_NAME
|
||||
services:
|
||||
database:
|
||||
image: 'postgres:12-alpine'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
environment:
|
||||
POSTGRES_USER: $DB_USER
|
||||
POSTGRES_PASSWORD: $DB_PASS
|
||||
3
devops/docker-compose.wait.yml
Normal file
3
devops/docker-compose.wait.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
services:
|
||||
wait:
|
||||
image: dokku/wait
|
||||
Loading…
Add table
Add a link
Reference in a new issue