Project original https://hub.docker.com/r/webkul/qloapps_docker
232
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.
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/
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]
Content type
Image
Digest
sha256:46fb2ef68…
Size
236.1 MB
Last updated
over 2 years ago
docker pull ayphu/app-qloapps:1.5.2