Compare commits

..

No commits in common. "0e93b2e7803a869f63e1f6e00963ea9e5a9faf58" and "b662a85572a758f7b6670afdbdda8923b1fb8239" have entirely different histories.

3 changed files with 12 additions and 19 deletions

View File

@ -1,15 +0,0 @@
**/.env
**/*.env
**/.env.example
**/storage/app/*
**/storage/debugbar
**/storage/framework/cache/*
**/storage/framework/sessions/*
**/storage/framework/views/*
**/storage/framework/testing/*
**/storage/logs/*
**/vendor/
**/node_modules/
**/public/build/
**/public/storage

8
app/docker/.dockerignore Normal file
View File

@ -0,0 +1,8 @@
**/*.env
**/*.env.example
application/bootstrap/cache/*
application/storage/**
application/vendor/**
application/node_modules/**
application/public/build/**
application/public/storage

View File

@ -11,7 +11,7 @@ services:
ports: ports:
- ${DOCKER_NGINX_PORT}:80 - ${DOCKER_NGINX_PORT}:80
app: app:
image: korelf/service-captcha:0.8.1 image: korelf/service-captcha:0.8.0
# restart: always # restart: always
depends_on: depends_on:
- db - db
@ -19,7 +19,7 @@ services:
- reverb - reverb
env_file: app/.env env_file: app/.env
queue: queue:
image: korelf/service-captcha:0.8.1 image: korelf/service-captcha:0.8.0
# restart: always # restart: always
depends_on: depends_on:
- db - db
@ -28,7 +28,7 @@ services:
CONTAINER_ROLE: queue CONTAINER_ROLE: queue
env_file: app/.env env_file: app/.env
reverb: reverb:
image: korelf/service-captcha:0.8.1 image: korelf/service-captcha:0.8.0
# restart: always # restart: always
depends_on: depends_on:
- db - db
@ -39,7 +39,7 @@ services:
ports: ports:
- ${DOCKER_WEBSOCKET_PORT}:9000 - ${DOCKER_WEBSOCKET_PORT}:9000
scheduler: scheduler:
image: korelf/service-captcha:0.8.1 image: korelf/service-captcha:0.8.0
# restart: always # restart: always
depends_on: depends_on:
- db - db