Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d55c24cfe0 |
@ -30,7 +30,7 @@ services:
|
|||||||
env_file: app/application/.env
|
env_file: app/application/.env
|
||||||
environment:
|
environment:
|
||||||
CONTAINER_ROLE: app
|
CONTAINER_ROLE: app
|
||||||
UNIT_SOURCE: '"172.16.0.0/12"'
|
UNIT_SOURCE: '["172.16.0.0/12"]'
|
||||||
queue:
|
queue:
|
||||||
build:
|
build:
|
||||||
context: app
|
context: app
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
env_file: app/.env
|
env_file: app/.env
|
||||||
environment:
|
environment:
|
||||||
CONTAINER_ROLE: app
|
CONTAINER_ROLE: app
|
||||||
UNIT_SOURCE: '"172.16.0.0/12"'
|
UNIT_SOURCE: '["172.16.0.0/12"]'
|
||||||
queue:
|
queue:
|
||||||
image: korelf/service-captcha:0.8.2
|
image: korelf/service-captcha:0.8.2
|
||||||
# restart: always
|
# restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user