Compare commits
7 Commits
b662a85572
...
0e93b2e780
Author | SHA1 | Date | |
---|---|---|---|
0e93b2e780 | |||
1b5f805195 | |||
748d05f8fc | |||
4368aec1b1 | |||
3f21276ec5 | |||
c3bfd4f920 | |||
5ea5d4d0ba |
15
app/.dockerignore
Normal file
15
app/.dockerignore
Normal file
@ -0,0 +1,15 @@
|
||||
**/.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
|
||||
|
@ -1,8 +0,0 @@
|
||||
**/*.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.0
|
||||
image: korelf/service-captcha:0.8.1
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -19,7 +19,7 @@ services:
|
||||
- reverb
|
||||
env_file: app/.env
|
||||
queue:
|
||||
image: korelf/service-captcha:0.8.0
|
||||
image: korelf/service-captcha:0.8.1
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -28,7 +28,7 @@ services:
|
||||
CONTAINER_ROLE: queue
|
||||
env_file: app/.env
|
||||
reverb:
|
||||
image: korelf/service-captcha:0.8.0
|
||||
image: korelf/service-captcha:0.8.1
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -39,7 +39,7 @@ services:
|
||||
ports:
|
||||
- ${DOCKER_WEBSOCKET_PORT}:9000
|
||||
scheduler:
|
||||
image: korelf/service-captcha:0.8.0
|
||||
image: korelf/service-captcha:0.8.1
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
Reference in New Issue
Block a user