All Projects → mdelapenya → Docker Liferay Portal

mdelapenya / Docker Liferay Portal

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Liferay Portal

Lumen Microservice
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 7 | Aws ECS, Google Kubernates, Azure Container Engine
Stars: ✭ 183 (+346.34%)
Mutual labels:  docker-image, docker-compose
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+49739.02%)
Mutual labels:  docker-image, docker-compose
mongodb-replica-set
Docker setting for mongodb replica set
Stars: ✭ 21 (-48.78%)
Mutual labels:  docker-compose, docker-image
Jekyll Serve
Jekyll in a Docker Container For Easy SSG Development
Stars: ✭ 164 (+300%)
Mutual labels:  docker-image, docker-compose
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-9.76%)
Mutual labels:  docker-image, docker-compose
Docker Postfix
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Stars: ✭ 163 (+297.56%)
Mutual labels:  docker-image, docker-compose
Dockercheatsheet
🐋 Docker Cheat Sheet 🐋
Stars: ✭ 3,301 (+7951.22%)
Mutual labels:  docker-image, docker-compose
Laravel Docker K8s
Running Laravel project using Docker and Deploying using Kubernetes
Stars: ✭ 127 (+209.76%)
Mutual labels:  docker-image, docker-compose
Trashemail
A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.
Stars: ✭ 408 (+895.12%)
Mutual labels:  docker-image, docker-compose
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (+839.02%)
Mutual labels:  docker-image, docker-compose
Larakube
Laravel app deployment for auto scaled Kubernetes cluster
Stars: ✭ 157 (+282.93%)
Mutual labels:  docker-image, docker-compose
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (+1856.1%)
Mutual labels:  docker-image, docker-compose
Docker Phoenix
A dockerized Phoenix development and runtime environment.
Stars: ✭ 152 (+270.73%)
Mutual labels:  docker-image, docker-compose
Docker Mediawiki
🐳 Dockerized Femiwiki's mediawiki server
Stars: ✭ 33 (-19.51%)
Mutual labels:  docker-image, docker-compose
Container
HedgeDoc container image resources
Stars: ✭ 149 (+263.41%)
Mutual labels:  docker-image, docker-compose
docker-haproxy-certbot
Dockerized HAProxy with Let's Encrypt certificates automatic renewal
Stars: ✭ 28 (-31.71%)
Mutual labels:  docker-compose, docker-image
Docker
最新lnmp环境,包含php, java,nginx, mysql, go, node, mongodb, openssh server, redis, crond xhprof,maven等服务
Stars: ✭ 120 (+192.68%)
Mutual labels:  docker-image, docker-compose
Docker Workshop
Introduction to Docker tutorial
Stars: ✭ 124 (+202.44%)
Mutual labels:  docker-image, docker-compose
Swirl
A web UI for Docker, focused on swarm cluster.
Stars: ✭ 332 (+709.76%)
Mutual labels:  docker-image, docker-compose
Netbox Docker
🐳 Docker Image of NetBox
Stars: ✭ 628 (+1431.71%)
Mutual labels:  docker-image, docker-compose

About this repo

This repository contains some nonofficial pet-projects on how to use Liferay with Docker.

Available Liferay Releases

  • Liferay 7.3.1 GA2
  • Liferay 7.3.0 GA1
  • Liferay 7.2.1 GA2
  • Liferay 7.2.0 GA1
  • Liferay 7.1.2 GA3
  • Liferay 7.1.1 GA2
  • Liferay 7.1.0 GA1
  • Liferay 7.1 RC 1
  • Liferay 7.1 Betas (1, 2, and 3)
  • Liferay 7.1 Alpha 2
  • Liferay 7.1 Milestone 1
  • Liferay 7.0 GAs (GA1, GA2, GA3, GA4, GA5, GA6 and GA7)
  • Liferay 7.0.0 Betas (7 and 8)
  • Liferay 6.2.0 GA6
  • Liferay 6.1.3 GA3

Environment variables

DEBUG_MODE

This variable is optional and allows you to specify if the container is run using a debug configuration. In the case of Tomcat, port 9000 will be exposed for debugging the application server.

LIFERAY_JVM_OPTS

This variable is optional and allows you to specify any value to the JAVA_OPTS, which will be appended to the existint Tomcat JAVA_OPTS. If no variable is passed, then an empty string will be appended.

Customized Environment support

We have removed the database support from this repo, which means pruning all old branches with code related to databases. For that reason, we will only maintain the base image so you could extend it very easily using, i.e., Docker Compose.

Supported Application Servers

These are the supported App servers:

  • Tomcat

Branch name convention

Since Liferay Portal 7.1, I won't support any other configuration than the default, which is Tomcat + HSQL. For that reason, the convention for branch names, using - as separator, is:

  • Liferay major version: 7.1
  • Liferay release: beta3, ga1, ga2...

So, if you are using Liferay 7.1 Beta3, you should use the 7.1-beta3 branch.

The git branch is named using the same convention, i.e.:

https://github.com/mdelapenya/docker-liferay-portal/tree/7.1-beta3

For previous releases, I've removed the support in this repo for any database, which in the end is a matter of using docker compose for spinning up a database, and configuring the portal to connect to it. For this reason I want to keep this repo as simple as possible.

License

These docker images are free software ("Licensed Software"); you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

These docker images are distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].