laravel-served
laravel-served copied to clipboard
More services
@iammikek any good ideas for more services/images?
Mailhog added
Memcache added
Meilisearch
although I've not had a recent use for it, how about 'elasticsearch' https://hub.docker.com/_/elasticsearch ?
Sure. I'll get it in tomorrow :)
tor. 1. okt. 2020 18.42 skrev Mike Karthauser [email protected]:
although I've not had a recent use for it, how about 'elasticsearch' https://hub.docker.com/_/elasticsearch ?
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/sinnbeck/laravel-served/issues/8#issuecomment-702260118, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKVD3FUJXSJCEEZMBV5UR3SISWQFANCNFSM4R2KUKFQ .
I would like to see Redis.
@K2ouMais already exists :)
https://github.com/sinnbeck/laravel-served#redis
Here is the complete list https://github.com/sinnbeck/laravel-served#available-services
Is it possible to add https://github.com/puppeteer/puppeteer?
@louis-l I assume for local usage in your project for stuff like browsershot? If so I will add an option to install chrome into the php image
@sinnbeck
Yes, particularlly Im using https://github.com/spatie/browsershot and I have to add follow snippet to my Dockerfile:
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget libgbm-dev
sudo npm install --global --unsafe-perm puppeteer
sudo chmod -R o+rx /usr/lib/node_modules/puppeteer/.local-chromium
@louis-l will test it out and try to get it working with the bare minimum