Compare commits
8 Commits
41a7343338
...
0.4.0
Author | SHA1 | Date | |
---|---|---|---|
caa6ecc2bf | |||
c112b225dc
|
|||
e3194cef48
|
|||
c2266f2a67 | |||
0e98d67c49 | |||
17e84ae0a3 | |||
907a41e057 | |||
417ce35fc8 |
@@ -6,7 +6,7 @@ use App\Enums\CacheTag;
|
||||
|
||||
final readonly class ClearCacheCommandHandler
|
||||
{
|
||||
public function byTag(CacheTag $tag)
|
||||
public function byTag(CacheTag $tag): void
|
||||
{
|
||||
$tag->getCache()->flush();
|
||||
}
|
||||
|
@@ -1,8 +1,8 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
app:
|
||||
# image: korelf/my-projects-website:0.3.1 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.1 # MDHub
|
||||
# image: korelf/my-projects-website:0.4.0 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.4.0 # MDHub
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@@ -20,8 +20,8 @@ services:
|
||||
# - ./app/translate/authorized_key.json:/var/www/html/storage/translation_service/authorized_key.json
|
||||
|
||||
queue:
|
||||
# image: korelf/my-projects-website:0.3.1 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.1 # MDHub
|
||||
# image: korelf/my-projects-website:0.4.0 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.4.0 # MDHub
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@@ -35,8 +35,8 @@ services:
|
||||
# - ./app/translate/authorized_key.json:/var/www/html/storage/translation_service/authorized_key.json
|
||||
|
||||
scheduler:
|
||||
# image: korelf/my-projects-website:0.3.1 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.1 # MDHub
|
||||
# image: korelf/my-projects-website:0.4.0 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.4.0 # MDHub
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
Reference in New Issue
Block a user