AspireCloud/.env.dist
Chuck Adams 3df42bb2bb
Reorganize Docker services: use only FrankenPHP, add cli service (#21)
* refactor: rm nginx+fpm containers and use only frankenphp

* feat: cli container and service

* feat: use new bin/dcrun and bin/dcexec wrappers around docker compose
2024-10-17 09:39:41 -06:00

6 lines
105 B
Text

DB_HOST=postgres
DB_NAME=aspirepress_cdn
DB_USER=postgres
DB_PASS=password
DB_PORT=5432
DB_SCHEMA=public