init
This commit is contained in:
commit
abf13f7dc5
37 changed files with 2553 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