File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,24 @@ services:
1212 - .:/var/www
1313
1414 php :
15- image : prooph/php:7.1 -fpm
15+ image : prooph/php:7.2 -fpm
1616 volumes :
1717 - .:/var/www
1818 env_file :
1919 - ./app.env
2020
2121 event_machine_projection :
22- image : prooph/php:7.1 -cli
23- volumes :
24- - .:/app
25- depends_on :
26- - postgres
27- command : php /app/bin/event_machine_projection.php
28- # Needed so that projection is automatically restarted when new events are registered in event machine
29- # which are not yet known in the long-running projection process, see https://github.com/proophsoftware/event-machine-skeleton/issues/3
30- restart : on-failure
31- env_file :
32- - ./app.env
22+ image : prooph/php:7.2 -cli
23+ volumes :
24+ - .:/app
25+ depends_on :
26+ - postgres
27+ command : php /app/bin/event_machine_projection.php
28+ # Needed so that projection is automatically restarted when new events are registered in event machine
29+ # which are not yet known in the long-running projection process, see https://github.com/proophsoftware/event-machine-skeleton/issues/3
30+ restart : on-failure
31+ env_file :
32+ - ./app.env
3333
3434 rabbit :
3535 image : prooph/rabbitmq
You can’t perform that action at this time.
0 commit comments