Added environment UNIT_SOURCE as an example.
This commit is contained in:
parent
0f07c8c6ab
commit
47ef821c0f
@ -28,6 +28,9 @@ services:
|
||||
- redis
|
||||
- reverb
|
||||
env_file: app/application/.env
|
||||
environment:
|
||||
CONTAINER_ROLE: app
|
||||
UNIT_SOURCE: '["172.16.0.0/12"]'
|
||||
queue:
|
||||
build:
|
||||
context: app
|
||||
|
@ -18,6 +18,9 @@ services:
|
||||
- redis
|
||||
- reverb
|
||||
env_file: app/.env
|
||||
environment:
|
||||
CONTAINER_ROLE: app
|
||||
UNIT_SOURCE: '["172.16.0.0/12"]'
|
||||
queue:
|
||||
image: korelf/service-captcha:0.8.1
|
||||
# restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user