This commit is contained in:
Benjamin Palko 2025-03-30 13:03:33 -04:00 committed by Benjamin Palko
commit bff3e89539
49 changed files with 2790 additions and 0 deletions

View file

@ -0,0 +1,10 @@
name: ${APP_NAME:?error}
services:
database:
hostname: '${APP_NAME:?error}-database'
image: 'postgres:12-alpine'
ports:
- '5432:5432'
environment:
POSTGRES_USER: ${DB_USER:?error}
POSTGRES_PASSWORD: ${DB_PASS:?error}

View file

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