From ad7242a30d773da1a37c86588eccd66bf49c94e7 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Sat, 27 Nov 2021 12:24:19 -0300 Subject: [PATCH] disable updates (use image updates) --- httpd-php-dev.yml | 2 ++ httpd-php.Dockerfile | 1 - httpd-php.yml | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/httpd-php-dev.yml b/httpd-php-dev.yml index 49bf8d5..12d9a19 100644 --- a/httpd-php-dev.yml +++ b/httpd-php-dev.yml @@ -37,6 +37,8 @@ services: CHEVERETO_DB_PASS: user_database_password CHEVERETO_DB_PORT: 3306 CHEVERETO_DB_NAME: chevereto + CHEVERETO_DISABLE_UPDATE_HTTP: 1 + CHEVERETO_DISABLE_UPDATE_CLI: 1 CHEVERETO_HTTPS: 0 volumes: diff --git a/httpd-php.Dockerfile b/httpd-php.Dockerfile index e9734b4..a74c443 100644 --- a/httpd-php.Dockerfile +++ b/httpd-php.Dockerfile @@ -69,7 +69,6 @@ RUN set -eux; \ echo "memory_limit = \${CHEVERETO_MEMORY_LIMIT}"; \ } > $PHP_INI_DIR/conf.d/php.ini -VOLUME /var/www/html VOLUME /var/www/html/content VOLUME /var/www/html/images diff --git a/httpd-php.yml b/httpd-php.yml index 8e844e3..4d48075 100644 --- a/httpd-php.yml +++ b/httpd-php.yml @@ -15,7 +15,7 @@ services: MYSQL_USER: chevereto MYSQL_PASSWORD: user_database_password - app: + chevereto: container_name: chevereto-free_app image: ghcr.io/rodber/chevereto-free:1.6 networks: @@ -33,13 +33,14 @@ services: CHEVERETO_DB_PASS: user_database_password CHEVERETO_DB_PORT: 3306 CHEVERETO_DB_NAME: chevereto + CHEVERETO_DISABLE_UPDATE_HTTP: 1 + CHEVERETO_DISABLE_UPDATE_CLI: 1 CHEVERETO_HTTPS: 0 volumes: database: content: storage: - app: networks: chevereto: