disable updates (use image updates)
This commit is contained in:
parent
d593a7c126
commit
ad7242a30d
3 changed files with 5 additions and 3 deletions
|
@ -37,6 +37,8 @@ services:
|
||||||
CHEVERETO_DB_PASS: user_database_password
|
CHEVERETO_DB_PASS: user_database_password
|
||||||
CHEVERETO_DB_PORT: 3306
|
CHEVERETO_DB_PORT: 3306
|
||||||
CHEVERETO_DB_NAME: chevereto
|
CHEVERETO_DB_NAME: chevereto
|
||||||
|
CHEVERETO_DISABLE_UPDATE_HTTP: 1
|
||||||
|
CHEVERETO_DISABLE_UPDATE_CLI: 1
|
||||||
CHEVERETO_HTTPS: 0
|
CHEVERETO_HTTPS: 0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -69,7 +69,6 @@ RUN set -eux; \
|
||||||
echo "memory_limit = \${CHEVERETO_MEMORY_LIMIT}"; \
|
echo "memory_limit = \${CHEVERETO_MEMORY_LIMIT}"; \
|
||||||
} > $PHP_INI_DIR/conf.d/php.ini
|
} > $PHP_INI_DIR/conf.d/php.ini
|
||||||
|
|
||||||
VOLUME /var/www/html
|
|
||||||
VOLUME /var/www/html/content
|
VOLUME /var/www/html/content
|
||||||
VOLUME /var/www/html/images
|
VOLUME /var/www/html/images
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ services:
|
||||||
MYSQL_USER: chevereto
|
MYSQL_USER: chevereto
|
||||||
MYSQL_PASSWORD: user_database_password
|
MYSQL_PASSWORD: user_database_password
|
||||||
|
|
||||||
app:
|
chevereto:
|
||||||
container_name: chevereto-free_app
|
container_name: chevereto-free_app
|
||||||
image: ghcr.io/rodber/chevereto-free:1.6
|
image: ghcr.io/rodber/chevereto-free:1.6
|
||||||
networks:
|
networks:
|
||||||
|
@ -33,13 +33,14 @@ services:
|
||||||
CHEVERETO_DB_PASS: user_database_password
|
CHEVERETO_DB_PASS: user_database_password
|
||||||
CHEVERETO_DB_PORT: 3306
|
CHEVERETO_DB_PORT: 3306
|
||||||
CHEVERETO_DB_NAME: chevereto
|
CHEVERETO_DB_NAME: chevereto
|
||||||
|
CHEVERETO_DISABLE_UPDATE_HTTP: 1
|
||||||
|
CHEVERETO_DISABLE_UPDATE_CLI: 1
|
||||||
CHEVERETO_HTTPS: 0
|
CHEVERETO_HTTPS: 0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
database:
|
database:
|
||||||
content:
|
content:
|
||||||
storage:
|
storage:
|
||||||
app:
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
chevereto:
|
chevereto:
|
||||||
|
|
Loading…
Reference in a new issue