1 Commits

Author SHA1 Message Date
417ce35fc8 Merge pull request 'Версия 0.2.1' (#2) from develop into main
Reviewed-on: #2
2024-06-12 00:03:10 +05:00
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