Initial commit

This commit is contained in:
Pantheon 2025-04-02 15:57:39 -04:00
commit a9734dc4a5
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