Версия 0.8.2 #6

Merged
kor-elf merged 8 commits from develop into main 2024-06-11 23:34:33 +05:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 47ef821c0f - Show all commits

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