Версия 0.8.2 #6
@ -28,6 +28,9 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- reverb
|
- reverb
|
||||||
env_file: app/application/.env
|
env_file: app/application/.env
|
||||||
|
environment:
|
||||||
|
CONTAINER_ROLE: app
|
||||||
|
UNIT_SOURCE: '["172.16.0.0/12"]'
|
||||||
queue:
|
queue:
|
||||||
build:
|
build:
|
||||||
context: app
|
context: app
|
||||||
|
@ -18,6 +18,9 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- reverb
|
- reverb
|
||||||
env_file: app/.env
|
env_file: app/.env
|
||||||
|
environment:
|
||||||
|
CONTAINER_ROLE: app
|
||||||
|
UNIT_SOURCE: '["172.16.0.0/12"]'
|
||||||
queue:
|
queue:
|
||||||
image: korelf/service-captcha:0.8.1
|
image: korelf/service-captcha:0.8.1
|
||||||
# restart: always
|
# restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user