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

View File

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