laravel-served icon indicating copy to clipboard operation
laravel-served copied to clipboard

More services

Open sinnbeck opened this issue 4 years ago • 11 comments

@iammikek any good ideas for more services/images?

sinnbeck avatar Sep 25 '20 19:09 sinnbeck

Mailhog added

sinnbeck avatar Sep 27 '20 04:09 sinnbeck

Memcache added

sinnbeck avatar Sep 27 '20 05:09 sinnbeck

Meilisearch

sinnbeck avatar Sep 30 '20 19:09 sinnbeck

although I've not had a recent use for it, how about 'elasticsearch' https://hub.docker.com/_/elasticsearch ?

iammikek avatar Oct 01 '20 16:10 iammikek

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 .

sinnbeck avatar Oct 01 '20 16:10 sinnbeck

I would like to see Redis.

K2ouMais avatar Oct 28 '20 18:10 K2ouMais

@K2ouMais already exists :)

https://github.com/sinnbeck/laravel-served#redis

Here is the complete list https://github.com/sinnbeck/laravel-served#available-services

sinnbeck avatar Oct 28 '20 19:10 sinnbeck

Is it possible to add https://github.com/puppeteer/puppeteer?

louis-l avatar Oct 29 '20 00:10 louis-l

@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 avatar Oct 29 '20 05:10 sinnbeck

@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 avatar Oct 29 '20 05:10 louis-l

@louis-l will test it out and try to get it working with the bare minimum

sinnbeck avatar Oct 29 '20 05:10 sinnbeck