keylighter: Add missing worker service
This commit is contained in:
parent
430676881b
commit
13dbde9971
@ -8,6 +8,15 @@ services:
|
||||
limits:
|
||||
memory: 256M
|
||||
|
||||
worker:
|
||||
image: registry.kadet.net/keylighter.kadet.net/php-fpm:{{ keylighter_version }}
|
||||
command: ['./bin/console', 'messenger:consume', '-vvv']
|
||||
volumes:
|
||||
- storage-data:/var/www/var
|
||||
configs:
|
||||
- source: dotenv_{{ dotenv_file.checksum }}
|
||||
target: /var/www/.env.local
|
||||
|
||||
site:
|
||||
image: registry.kadet.net/podlike
|
||||
command: -logs -ipc=false -pull
|
||||
|
Loading…
Reference in New Issue
Block a user