]> git.p6c8.net - jirafeau_project.git/blobdiff - docker-compose.yaml
fixed format
[jirafeau_project.git] / docker-compose.yaml
index 6b9c57b7249746a0e060e93c4d608a00b2d83e75..69fe6652bab63e580947a56b63514a280e7edf96 100644 (file)
@@ -1,12 +1,27 @@
 services:
   web:
     build:
 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:
       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
 
     ports:
       - 8080:80
 

patrick-canterino.de