Skip to content
Snippets Groups Projects
Unverified Commit 5d9950fd authored by Patrizio Bekerle's avatar Patrizio Bekerle
Browse files

Remove messenger-worker because messenger isn't configured

parent 05f56571
No related branches found
No related tags found
No related merge requests found
Pipeline #13875 passed
......@@ -21,17 +21,6 @@ services:
- ./php-fpm/php-ini-overrides.ini:/etc/php/7.3/fpm/conf.d/99-overrides.ini
- ./php-fpm/php-fpm-overrides.conf:/etc/php/7.3/fpm/pool.d/z-overrides.conf
messenger-worker:
environment:
- TERM_PROGRAM=Hyper # force colors for the symfony dumper
build:
context: php-fpm
working_dir: /application
entrypoint: ./bin/console messenger:consume async
volumes:
- ..:/application
- ./php-fpm/php-ini-overrides.ini:/etc/php/7.3/cli/conf.d/99-overrides.ini
redis:
image: "redis"
......@@ -40,4 +29,4 @@ services:
environment:
- REDIS_HOST=redis
ports:
- "8101:8081"
\ No newline at end of file
- "8101:8081"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment