Skip to content

Docker stack configuration for Decision Analytic Platform

Notifications You must be signed in to change notification settings

EILab-Polimi/prjo_dap_stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

prjo_dap_stack

Docker stack configuration for Decision Analytic Platform

First installation

Create the stack with it's volumes and services using docker compose V2 https://docs.docker.com/compose/cli-command/#install-on-linux

$ docker compose up -d --build

drupal

Just for the first time.

Connect to :8080 port and install drupal

Then.

From the portainer console run the setup.sh for drupal

/opt/drupal# ./setup.sh

This will run composer require && drush enable modules

Post installation - contributed modules

 composer require 'drupal/bootstrap5:^2.0'
 composer require 'drupal/fontawesome:^2.24'
 composer require 'drupal/fontawesome_menu_icons:^1.9'
 composer require 'drupal/twig_tweak:^3.2'

Services

Additionally we have

  • pgadmin4 service teaken from dpage/pgadmin4 image (https://hub.docker.com/r/dpage/pgadmin4) used for visually manage the postgresql database provided from the postgres service
  • qgis-server-opengisch - taken from opengisch/qgis-server:3.26.2-focal image.

About

Docker stack configuration for Decision Analytic Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published