Added environment UNIT_SOURCE and redis volumes.
This commit is contained in:
@@ -15,6 +15,8 @@ services:
|
||||
- ./app/application:/var/www/html
|
||||
app-redis:
|
||||
image: redis:3.0-alpine
|
||||
volumes:
|
||||
- ./redis/data:/data
|
||||
|
||||
captcha-app:
|
||||
image: korelf/service-captcha:0.8.1
|
||||
@@ -62,6 +64,8 @@ services:
|
||||
env_file: captcha-app/.env
|
||||
captcha-redis:
|
||||
image: redis:3.0-alpine
|
||||
volumes:
|
||||
- ./captcha-app/redis/data:/data
|
||||
db:
|
||||
image: docker.io/mysql:8.0.33
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
|
Reference in New Issue
Block a user