Skip to content

Naûs émporos - Nave mercantile

License

Notifications You must be signed in to change notification settings

ouitoulia/naus-emporos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naûs émporos

GitHub GitHub Actions Workflow Status Docker Pulls

Naûs émporos (nave mercantile) è un'immagine docker del CMS Ouitoulía. Tags: https://hub.docker.com/r/ouitoulia/naus-emporos/tags

Variabili d'ambiente

Le variabili d'ambiente del container

DATABASE_NAME=''
DATABASE_USER=''
DATABASE_PASSWORD=''
DATABASE_PREFIX=''
DATABASE_HOST=''
DATABASE_PORT=''
DATABASE_DRIVER=''
HASH_SALT=''

Volumi

I volumi per rendere persistenti i dati:

  • public-files:/opt/drupal/web/public-files
  • private-files:/opt/drupal/private-files
  • config:/opt/drupal/config
  • assets-cache:/opt/drupal/web/assets-cache (opzionale)
  • tmp:/opt/drupal/tmp (opzionale)

Come personalizzare le dipendenze

Questi i 3 modi principali:

A) monta composer.custom.json:/opt/drupal/composer.custom.json e aggiungi i tuoi moduli, in questo modo non stai modificando il composer.json presente nell'immagine, quindi ad ogni aggiornamento di questa immagine avrai la versione aggiornata

B) monta composer.json:/opt/drupal/composer.json ad ogni aggiornamento dell'immagine dovresti aggiornare il tuo composer.json con quello presente su ouitoulia/diagraphe/composer.json, rispettando la versione

C) fai il build di un'immagine partendo da FROM ouitoulia/naus-emporos:<tag> aggiungendo le tue personalizzazioni

Come personalizzare settings.php

Monta settings.local.php:/var/www/html/sites/default/settings.local.php

Esempio Docker compose

services:
  db:
    ...
  
  drupal:
    image: ouitoulia/naus-emporos:10.2
    
    ...
    
    volumes:
      - /path/to/composer.custom.json:/opt/drupal/composer.custom.json
      - /path/to/config:/opt/drupal/config
      - /path/to/private-files:/opt/drupal/private-files
      - drupal-cache:/var/www/html
      - /path/to/settings.local.php:/var/www/html/sites/default/settings.local.php
      - /path/to/public-files:/var/www/html/public-files
  
  webserver:
    ...
    volumes:
    - drupal-cache:/var/www/html
    - /path/to/public-files:/var/www/html/public-files
    ...

License

GitHub

Copyright (C) 2023/2024 https://github.com/ouitoulia

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Questo è un software libero: puoi ridistribuirlo e/o modificarlo secondo i termini della GNU General Public License versione 3 pubblicata dalla Free Software Foundation.

Questo programma è distribuito nella speranza che possa essere utile, ma SENZA ALCUNA GARANZIA; senza nemmeno la garanzia implicita di COMMERCIABILITÀ o IDONEITÀ PER UNO SCOPO PARTICOLARE. Vedere la GNU General Public License per maggiori dettagli.

Questo software è distribuito sotto i termini della GNU Affero General Public License versione 3 (AGPL-3.0)

About

Naûs émporos - Nave mercantile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published