mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 22:00: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
|
image: registry.ely.by/elyby/accounts:dev
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
target: app
|
||||||
args:
|
args:
|
||||||
build_env: dev
|
build_env: dev
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -38,6 +39,7 @@ services:
|
|||||||
image: registry.ely.by/elyby/accounts:dev
|
image: registry.ely.by/elyby/accounts:dev
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
target: app
|
||||||
args:
|
args:
|
||||||
build_env: dev
|
build_env: dev
|
||||||
command: ['php', 'yii', 'queue/listen', '-v']
|
command: ['php', 'yii', 'queue/listen', '-v']
|
||||||
@ -52,6 +54,7 @@ services:
|
|||||||
image: registry.ely.by/elyby/accounts:dev
|
image: registry.ely.by/elyby/accounts:dev
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
target: app
|
||||||
args:
|
args:
|
||||||
build_env: dev
|
build_env: dev
|
||||||
command: ['crond', '-s', '/etc/cron.d', '-f', '-L', '/var/log/cron.log']
|
command: ['crond', '-s', '/etc/cron.d', '-f', '-L', '/var/log/cron.log']
|
||||||
|
Loading…
Reference in New Issue
Block a user