This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/drupal-localgov
2025-09-29 22:16:27 +01:00
..
.githooks Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
assets/composer Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
config/sync Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
tools/docker/images Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
.dockerignore Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
.env.example Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
.gitignore Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
.hadolint.yaml Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
build.yaml Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
composer.json Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
docker-compose.yaml Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
Dockerfile Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
LICENSE Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
phpcs.xml.dist Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
phpstan.neon Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
phpstan.neon.dist Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
phpunit.xml.dist Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
README.md Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
README.original.md Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00
run Move all files to drupal-localgov/ 2025-09-29 22:16:27 +01:00

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