Sign inSign up

ayphu/app-qloapps

By ayphu

Updated over 2 years ago

Project original https://hub.docker.com/r/webkul/qloapps_docker

Image
Content management system
0

232

ayphu/app-qloapps repository overview

Qloapps ARM

This qloapps image is to work with ARM architecture, we are based on a dockerfile from the same author. The project is not in the image for this, the commands to install it are added below. This way you can bring new versions of the software from the repository independently.

  • At Ayphu we love qloapps and we recommend it.

Platform

  • Linux/amd64
  • Linux/arm64/v8

command

sudo chown -R www-data:www-data sistema/
git clone https://github.com/Qloapps/QloApps.git hotelcommerce
sudo chmod -R 777 download/ translations/ modules/ mails/ img/ log/ cache/ config/ upload/

docker-compose.yml

version: '3.7'

services:
  sistemahotel.com:
    image: ayphu/app-qloapps:1.5.2
    container_name: sistemahotel.com
    networks:
      red:
        ipv4_address: 10.5.0.10
    deploy:
      resources:
        limits:
          cpus: "0.50"
          memory: 300mb
    restart: always
    environment:
      VIRTUAL_HOST: ${DOMAIN}
      LETSENCRYPT_HOST: ${DOMAIN}
      LETSENCRYPT_EMAIL: ${EMAIL}
    volumes:
      - ./sistema:/home/qloapps/www

networks:
  red:
    name: red
    external: true

Support: [email protected]

Tag summary

Content type

Image

Digest

sha256:46fb2ef68

Size

236.1 MB

Last updated

over 2 years ago

docker pull ayphu/app-qloapps:1.5.2