web/docker/.env.example
myrmidex f69f284840
Some checks failed
tests / ci (pull_request) Has been cancelled
Add podman compose dev environment
2026-08-23 00:01:26 +02:00

11 lines
252 B
Text

# Overrides for the dev compose file.
# Copy to .env in this directory and adjust as needed.
DB_DATABASE=anagram_dev
DB_USERNAME=anagram
DB_PASSWORD=anagram
DB_ROOT_PASSWORD=anagram_root_dev
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost:8001