Commit Graph

8 Commits

Author SHA1 Message Date
luca b2d9bbbf75 feat: Modifica mopdulo di estrazione immagini
Modifica modulo di estrazione immagine per evitare i temp
2025-11-07 17:09:20 +01:00
Maicol Battistini cc85ba7a1c
fix(drupal): 🐛 Correct server name in docker-compose
Updates the SERVER_NAME environment variable.

- Fixes incorrect `SERVER_NAME`
- Updates it to `d4science.localhost`
- Ensures proper routing.
2025-02-17 12:38:46 +01:00
Maicol Battistini 21dc7df82f
feat(db): Add MariaDB service to docker-compose
Adds a MariaDB service to the docker-compose.yml file for local development.

- Defines a MariaDB container with persistent volume for data.
- Exposes port 3306 for database access.
- Sets default database credentials.
2025-02-17 09:53:08 +01:00
Maicol Battistini 97228d62f7
chore(docker): 📦 Mount default files directory
Mount the default files directory to persist uploaded media.

- Ensures persistent storage of uploaded files.
- Prevents data loss on container restarts.
2025-02-17 09:52:44 +01:00
Maicol Battistini 1d05f7cfaf
chore(docker): 🐳 Use Harbor registry for Drupal image
This commit updates the Drupal image source to use the Harbor registry.

- Switch from `d4science/website` to `harbor.d4science.org/d4science-website/drupal:latest`.
- Ensures we're using the most recent Drupal image.
- Improves image management and version control.
2025-02-14 16:19:25 +01:00
Maicol Battistini 408cf86ae9
feat(docker): 🚚 Switch to MariaDB from PostgreSQL
This commit migrates the database from PostgreSQL to MariaDB for development.

- Updates docker-compose files to use MariaDB image and configuration.
- Adjusts environment variables to reflect MariaDB settings (port, driver).
- Removes PostgreSQL-related configurations.
2025-02-12 12:23:53 +01:00
Maicol Battistini 5900da2df9
chore: ⚙️ change restart policy to 'unless-stopped'
• Update restart policy for all services to 'unless-stopped'
• Ensure services do not restart automatically on failure
• Improve control over service management in development environment
2025-02-03 15:08:19 +01:00
Maicol Battistini dc499eed9e
feat: 🎉 Initial commit 2025-01-23 17:43:20 +01:00