Apache image based on Alpine for SPIP. This is intended to be use alongside with the spip-fpm image.
1.8K
This project is a fork of IPEOS official Docker Spip images set.
There are several differences with original Docker image from IPEOS.
As for original image, This docker use SPIP-cli project to manage an auto install for SPIP. It can be use to manage the SPIP with command line.
Dockerfile LinksBoth for spip-web and spip-fpm images
4.0, latest3.2Automated builds of the image are available on Dockerhub.
SPIP_DB_SERVER: connexion method to the database sqlite3 or mysql (default: mysql)SPIP_DB_PREFIX: SQL table preffix (default: spip)The MySQL database must exist before installation. It will not be automatically created.
SPIP_DB_HOST: MySQL server hostname or IP (default: mysql)SPIP_DB_LOGIN: MySQL user login (default: spip)SPIP_DB_PASS: MySQL user password (default: spip)SPIP_DB_NAME: MySQL database name (default: spip)SPIP_ADMIN_NAME: account name (default: Admin)SPIP_ADMIN_LOGIN: account login (default: admin)SPIP_ADMIN_EMAIL: account email (default: admin@spip)SPIP_ADMIN_PASS: account password (default: adminadmin)Can change PHP vars to optimize your installation.
PHP_MAX_EXECUTION_TIME (default: 60)PHP_MEMORY_LIMIT (default: 256M)PHP_POST_MAX_SIZE (default: 40M)PHP_UPLOAD_MAX_FILESIZE (default 32M)PHP_TIMEZONE (default: America/Guadeloupe)Content type
Image
Digest
Size
16 MB
Last updated
about 5 years ago
docker pull ashledombos/spip-web