Skip to content

Commit 6dcc234

Browse files
author
Alexander Miertsch
authored
Merge pull request #17 from martin-schilling/master
Update to PHP 7.2 and fixed indentation
2 parents 1712497 + 1d081dc commit 6dcc234

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docker-compose.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)