]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docker-compose.yml
Jump to 2.3.6-dev and update release process
[github/wallabag/wallabag.git] / docker-compose.yml
index a255b070490cbb088c092a17c0f996b2ea0d69bd..3c28f2f1a5df50e2d9e7c52c7a07de62e18bc7da 100644 (file)
@@ -11,6 +11,7 @@ services:
         links:
             - php:php
         command: nginx -c /nginx.conf
+
     php:
         build:
             context: docker/php
@@ -30,6 +31,7 @@ services:
             # If all DBMS are commented out, sqlite will be used as default
             # - ./docker/postgres/env
             # - ./docker/mariadb/env
+
     #postgres:
     #    image: postgres:9
     #    ports:
@@ -38,6 +40,7 @@ services:
     #        - ./docker/data/pgsql:/var/lib/postgresql/data
     #    env_file:
     #        - ./docker/postgres/env
+
     #mariadb:
     #    image: mariadb:10
     #    ports:
@@ -46,7 +49,13 @@ services:
     #        - ./docker/data/mariadb:/var/lib/mysql
     #    env_file:
     #        - ./docker/mariadb/env
+
     rabbitmq:
         image: rabbitmq:3-management
         ports:
             - "15672:15672"
+
+    redis:
+        image: redis
+        ports:
+            - "6379:6379"