mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
Removes Memcached
This commit is contained in:
parent
edf3b8886e
commit
aef89ee9fb
@ -57,7 +57,7 @@ FILESYSTEM_DISK=local
|
||||
ASSET_URL=http://localhost/storage
|
||||
ASSET_URL_LIVEWIRE=/vendor/livewire/livewire.js
|
||||
|
||||
CACHE_STORE=memcached
|
||||
CACHE_STORE=redis
|
||||
|
||||
QUEUE_CONNECTION=redis
|
||||
|
||||
@ -65,6 +65,7 @@ REDIS_HOST=redis
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
REDIS_QUEUE=default
|
||||
REDIS_CACHE_CONNECTION=cache
|
||||
|
||||
SCOUT_QUEUE=true
|
||||
SCOUT_DRIVER=meilisearch
|
||||
|
@ -31,7 +31,6 @@ services:
|
||||
- redis
|
||||
- meilisearch
|
||||
- mailpit
|
||||
- memcached
|
||||
mysql:
|
||||
image: 'mysql/mysql-server:8.0'
|
||||
ports:
|
||||
@ -97,12 +96,6 @@ services:
|
||||
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
||||
networks:
|
||||
- sail
|
||||
memcached:
|
||||
image: 'memcached:alpine'
|
||||
ports:
|
||||
- '${FORWARD_MEMCACHED_PORT:-11211}:11211'
|
||||
networks:
|
||||
- sail
|
||||
networks:
|
||||
sail:
|
||||
driver: bridge
|
||||
|
Loading…
x
Reference in New Issue
Block a user