From: Patrick Canterino Date: Tue, 4 Mar 2025 14:34:07 +0000 (+0100) Subject: Merge branch 'next-release' X-Git-Tag: 4.6.2 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/5a3c7ed113aae9db9e05de2d8e0e6f8f7f596a3f?hp=-c Merge branch 'next-release' --- 5a3c7ed113aae9db9e05de2d8e0e6f8f7f596a3f diff --combined docker-compose.yaml index 6b9c57b,9fcb635..2de68f8 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@@ -1,12 -1,30 +1,31 @@@ services: web: build: + no_cache: true + #args: + # INI: php_debug #change the ini context: . # or ../Dockerfile if we put it in the ./docker folder volumes: - ./jirafeau_data:/data environment: - - ADMIN_PASSWORD='p4ssw0rd' - + ADMIN_PASSWORD: p4ssw0rd + #LANG: en + #WEB_ROOT: 'my.domain.de' + #STYLE: 'my_jirafeau_theme' + #DARK_STYLE: 'my_jirafeau_theme' + AVAILABILITIES: | + { + "minute": true, + "hour": true, + "day": true, + "week": true, + "fortnight": true, + "month": true, + "quarter": false, + "year": false, + "none": false + } ports: - 8080:80 ++