X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d8e0f9c68ebf611d5f358be33277ebed456cebe8..19ceaa3cd29c4c94b2407c900455de78c31a567b:/docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml index 6b9c57b..69fe665 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,12 +1,27 @@ 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 + AVAILABILITIES: | + { + "minute": true, + "hour": true, + "day": true, + "week": true, + "fortnight": true, + "month": true, + "quarter": false, + "year": false, + "none": false + } ports: - 8080:80