Go to file
Maicol Battistini 1d5d6e8568
docs: Added amd64 platform
2025-03-25 16:51:40 +01:00
.idea chore: Add project IDE configuration 2025-02-17 09:49:51 +01:00
.vscode chore: Add project IDE configuration 2025-02-17 09:49:51 +01:00
web add effect and body field in content type team 2025-03-05 17:23:51 +01:00
.dockerignore chore(gitignore): 🎉 Update .gitignore and .dockerignore 2025-02-14 16:19:07 +01:00
.editorconfig feat: 🎉 Initial commit 2025-01-23 17:43:20 +01:00
.gitattributes feat: 🎉 Initial commit 2025-01-23 17:43:20 +01:00
.gitignore chore(gitignore): 🙈 Update .gitignore to exclude contrib themes 2025-02-17 09:51:03 +01:00
Caddyfile fix: 🐛 Force port 80 in Caddyfile 2025-01-24 10:18:26 +01:00
Dockerfile fix(docker): 🔧 Fix COMPOSER_ALLOW_SUPERUSER env 2025-02-12 17:13:27 +01:00
README.md docs: Added amd64 platform 2025-03-25 16:51:40 +01:00
composer.json chore(deps): ⬆️ Update dependencies and add libraries 2025-02-17 12:40:06 +01:00
composer.lock chore(deps): ⬆️ Update dependencies and add libraries 2025-02-17 12:40:06 +01:00
default.services.yml feat: 🎉 Initial commit 2025-01-23 17:43:20 +01:00
docker-compose.dev.yml delete adminer 2025-03-05 15:17:22 +01:00
docker-compose.yml fix(drupal): 🐛 Correct server name in docker-compose 2025-02-17 12:38:46 +01:00
php.ini add max_execution_time 2025-03-05 15:17:48 +01:00

README.md

Usage (production)

If you are using the prebuilt image only docker-compose.yml is needed. Just configure the enviroment variables as described in the docker-compose.yml file and run with:

docker compose up -d

If you are not using the prebuilt image, clone the project and run docker compose up -d (comment image and uncomment build in docker-compose.yml)

Build

Build the image with:

docker build -t harbor.d4science.org/d4science-website/drupal . --platform="linux/amd64"

Usage (development)

Just run docker compose -f docker-compose.dev.yml up -d

Push

docker push harbor.d4science.org/d4science-website/drupal