disable updates (use image updates)

This commit is contained in:
Rodolfo Berrios 2021-11-27 12:24:19 -03:00
parent d593a7c126
commit ad7242a30d
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
3 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -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: