Compare commits
No commits in common. "0e93b2e7803a869f63e1f6e00963ea9e5a9faf58" and "b662a85572a758f7b6670afdbdda8923b1fb8239" have entirely different histories.
0e93b2e780
...
b662a85572
@ -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
8
app/docker/.dockerignore
Normal file
@ -0,0 +1,8 @@
|
||||
**/*.env
|
||||
**/*.env.example
|
||||
application/bootstrap/cache/*
|
||||
application/storage/**
|
||||
application/vendor/**
|
||||
application/node_modules/**
|
||||
application/public/build/**
|
||||
application/public/storage
|
@ -11,7 +11,7 @@ services:
|
||||
ports:
|
||||
- ${DOCKER_NGINX_PORT}:80
|
||||
app:
|
||||
image: korelf/service-captcha:0.8.1
|
||||
image: korelf/service-captcha:0.8.0
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -19,7 +19,7 @@ services:
|
||||
- reverb
|
||||
env_file: app/.env
|
||||
queue:
|
||||
image: korelf/service-captcha:0.8.1
|
||||
image: korelf/service-captcha:0.8.0
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -28,7 +28,7 @@ services:
|
||||
CONTAINER_ROLE: queue
|
||||
env_file: app/.env
|
||||
reverb:
|
||||
image: korelf/service-captcha:0.8.1
|
||||
image: korelf/service-captcha:0.8.0
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -39,7 +39,7 @@ services:
|
||||
ports:
|
||||
- ${DOCKER_WEBSOCKET_PORT}:9000
|
||||
scheduler:
|
||||
image: korelf/service-captcha:0.8.1
|
||||
image: korelf/service-captcha:0.8.0
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
Reference in New Issue
Block a user