mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 13:50:06 +05:30
Fix dist docker-compose configuration for dev environment
This commit is contained in:
parent
fff358e038
commit
6cfefcebc8
@ -21,6 +21,7 @@ services:
|
||||
image: registry.ely.by/elyby/accounts:dev
|
||||
build:
|
||||
context: .
|
||||
target: app
|
||||
args:
|
||||
build_env: dev
|
||||
depends_on:
|
||||
@ -38,6 +39,7 @@ services:
|
||||
image: registry.ely.by/elyby/accounts:dev
|
||||
build:
|
||||
context: .
|
||||
target: app
|
||||
args:
|
||||
build_env: dev
|
||||
command: ['php', 'yii', 'queue/listen', '-v']
|
||||
@ -52,6 +54,7 @@ services:
|
||||
image: registry.ely.by/elyby/accounts:dev
|
||||
build:
|
||||
context: .
|
||||
target: app
|
||||
args:
|
||||
build_env: dev
|
||||
command: ['crond', '-s', '/etc/cron.d', '-f', '-L', '/var/log/cron.log']
|
||||
|
Loading…
Reference in New Issue
Block a user