Версия 0.1.0-beta #1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user