Версия 0.1.0-beta #1

Merged
kor-elf merged 5 commits from develop into main 2024-07-06 23:21:32 +05:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 7501968d04 - Show all commits

View File

@ -12,6 +12,9 @@ services:
- captcha-app
ports:
- ${DOCKER_APP_PORT}:9000
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '"172.16.0.0/12"'
volumes:
- ./app/application:/var/www/html
- ./certs:/var/www/html/resources/certs:ro

View File

@ -10,6 +10,9 @@ services:
ports:
- ${DOCKER_APP_PORT}:9000
env_file: app/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '"172.16.0.0/12"'
volumes:
- ./app/storage/app:/var/www/html/storage/app
- ./app/storage/logs:/var/www/html/storage/logs