A docker image for ResourceSpace based on Ubuntu 20.04 LTS including OpenCV, poppler, nginx and php.
308

A docker image for ResourceSpace based on Ubuntu 20.04 LTS including OpenCV, poppler, nginx and php.
nano
ufw
imagemagick
nginx
subversion
ghostscript
antiword
poppler-utils
libimage-exiftool-perl
cron
postfix
wget
php8.1
php8.1-dev
php8.1-gd
php8.1-mysqlnd
php8.1-mbstring
php8.1-zip
php8.1-cli
php8.1-fpm
php8.1-mysql
ffmpeg
libopencv-dev
python3-opencv
python3
python3-pip
net-tools
sudo
supervisor
version: '3.8'
services:
mariadb:
image: mariadb:latest
restart: unless-stopped
container_name: db_resource_hub
volumes:
# Database storage
- db_volume:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=secret
- MYSQL_USER=demo
- MYSQL_PASSWORD=demo
- MYSQL_DATABASE=demo_db
networks:
- local_network
resourcespace:
image: karunais13/resourcespace-nginx:latest
restart: unless-stopped
volumes:
- include:/var/www/resourcespace/include
- filestore:/var/www/resourcespace/filestore
ports:
- 80:80
networks:
- local_network
networks:
local_network:
name: resource_space_network
driver: bridge
volumes:
db_volume:
name: resource_space_db
include:
name : include
filestore:
name : filestore
Content type
Image
Digest
sha256:f7d7b521f…
Size
770.2 MB
Last updated
about 3 years ago
docker pull karunais13/resourcespace-nginx