Add port configuration for services
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
# slogan: Jellyfin is a media server for hosting and streaming your media collection.
|
||||
# tags: media, server, movies, tv, music
|
||||
# logo: svgs/jellyfin.svg
|
||||
# port: 8096
|
||||
|
||||
services:
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_JELLYFIN
|
||||
- SERVICE_FQDN_JELLYFIN_8096
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Madrid
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# documentation: https://kuzzle.io
|
||||
# slogan: Kuzzle is a generic backend offering the basic building blocks common to every application.
|
||||
# tags: backend, api, realtime, websocket, mqtt, rest, sdk, iot, geofencing, low-code
|
||||
|
||||
# port: 7512
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
services:
|
||||
mattermost:
|
||||
image: mattermost/mattermost-team-edition:9.1
|
||||
image: mattermost/mattermost-team-edition:9
|
||||
volumes:
|
||||
- mattermost-data:/mattermost
|
||||
environment:
|
||||
|
||||
@@ -2,12 +2,13 @@
|
||||
# slogan: MeiliSearch is a powerful, fast, easy to use and deploy search engine.
|
||||
# tags: search,engine,fulltext,full,text,meilisearch
|
||||
# logo: svgs/meilisearch.svg
|
||||
# port: 7700
|
||||
|
||||
services:
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_MEILISEARCH
|
||||
- SERVICE_FQDN_MEILISEARCH_7700
|
||||
- MEILI_NO_ANALYTICS=${MEILI_NO_ANALYTICS:-true}
|
||||
- MEILI_ENV=${MEILI_ENV:-production}
|
||||
- MEILI_MASTER_KEY=${SERVICE_PASSWORD_MEILISEARCH}
|
||||
|
||||
Reference in New Issue
Block a user