keylighter: Add missing worker service
This commit is contained in:
parent
430676881b
commit
13dbde9971
@ -8,6 +8,15 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 256M
|
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:
|
site:
|
||||||
image: registry.kadet.net/podlike
|
image: registry.kadet.net/podlike
|
||||||
command: -logs -ipc=false -pull
|
command: -logs -ipc=false -pull
|
||||||
|
Loading…
Reference in New Issue
Block a user