Added environment UNIT_SOURCE as an example.

This commit is contained in:
Leonid Nikitin 2024-06-11 23:02:48 +05:00
parent 0f07c8c6ab
commit 47ef821c0f
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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