No description
| .githooks | ||
| assets/composer | ||
| config/sync | ||
| tools/docker/images | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .hadolint.yaml | ||
| build.yaml | ||
| composer.json | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| justfile | ||
| LICENSE | ||
| phpcs.xml.dist | ||
| phpstan.neon | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| README.md | ||
| README.original.md | ||
docker-example-drupal-localgov
Installation
# With just
just drush site:install -y --db-url=mysql://app:app@database/app localgov
# Without just
docker compose exec php drush site:install -y --db-url=mysql://app:app@database/app localgov