Fixed UNIT_SOURCE.

This commit is contained in:
Leonid Nikitin 2024-06-12 00:43:36 +05:00
parent da5201dd9a
commit 4d36821ecc
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ services:
- ./app/application:/var/www/html
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
app-redis:
image: redis:3.0-alpine
# restart: always
@ -39,7 +39,7 @@ services:
env_file: captcha-app/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
ports:
- ${DOCKER_CAPTCHA_PORT}:9000
captcha-queue:

View File

@ -12,7 +12,7 @@ services:
env_file: app/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
volumes:
- ./app/storage/app:/var/www/html/storage/app
- ./app/storage/logs:/var/www/html/storage/logs
@ -40,7 +40,7 @@ services:
- ${DOCKER_CAPTCHA_PORT}:9000
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
captcha-queue:
image: korelf/service-captcha:0.8.2
# restart: always