Workflow update

main
technorabilia 4 months ago
parent 4dc8499f4d
commit fce578616e

@ -20,6 +20,6 @@ docker run -d \
-e DB_DATABASE=bookstackapp `# for specifying the database to be used` \
-e QUEUE_CONNECTION= `# optional` `# Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling).` \
-p 6875:80 `# will map the container's port 80 to port 6875 on the host` \
-v ${BASEDIR:-/volume1/docker}/bookstack/config:/config `# this will store any uploaded data on the docker host` \
-v ${BASEDIR:-/volume1/docker}/bookstack/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/bookstack

@ -9,6 +9,6 @@ docker run -d \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-e BASE_URL= `# optional` `# Specify the full URL (including protocol) when running behind a reverse proxy` \
-p 5000:5000 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/changedetection.io/config:/config `# Contains all relevant configuration files.` \
-v ${BASEDIR:-/volume1/docker}/changedetection.io/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/changedetection.io

@ -17,6 +17,6 @@ services:
# Limit number of RSS entries published at each execution.
- FEED_LIMIT=5 # optional
volumes:
# Local path for feed2toot config files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/feed2toot/config:/config
restart: unless-stopped

@ -8,6 +8,6 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-e FEED_LIMIT=5 `# optional` `# Limit number of RSS entries published at each execution.` \
-v ${BASEDIR:-/volume1/docker}/feed2toot/config:/config `# Local path for feed2toot config files.` \
-v ${BASEDIR:-/volume1/docker}/feed2toot/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/feed2toot

@ -52,7 +52,7 @@ services:
# Full URL to custom site logo
- SITE_LOGO_URL= # optional
volumes:
# Database and healthchecks config directory
# Persistent config files
- ${BASEDIR:-/volume1/docker}/healthchecks/config:/config
ports:
# Healthchecks Web UI

@ -28,6 +28,6 @@ docker run -d \
-e SITE_LOGO_URL= `# optional` `# Full URL to custom site logo` \
-p 8000:8000 `# Healthchecks Web UI` \
-p 2525:2525 `# optional` `# Port for inbound SMTP pings` \
-v ${BASEDIR:-/volume1/docker}/healthchecks/config:/config `# Database and healthchecks config directory` \
-v ${BASEDIR:-/volume1/docker}/healthchecks/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/healthchecks

@ -20,7 +20,7 @@ services:
# Set the URL you will use to access the web frontend
- PMA_ABSOLUTE_URI=https://phpmyadmin.example.com # optional
volumes:
# Contains all relevant configuration files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/phpmyadmin/config:/config
ports:
# Port for web frontend

@ -11,6 +11,6 @@ docker run -d \
-e PMA_ARBITRARY=1 `# optional` `# Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)` \
-e PMA_ABSOLUTE_URI=https://phpmyadmin.example.com `# optional` `# Set the URL you will use to access the web frontend` \
-p 80:80 `# Port for web frontend` \
-v ${BASEDIR:-/volume1/docker}/phpmyadmin/config:/config `# Contains all relevant configuration files.` \
-v ${BASEDIR:-/volume1/docker}/phpmyadmin/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/phpmyadmin

@ -28,6 +28,6 @@ services:
# Set to `True` to run without any of the missing movie/show functions.
- PMM_NO_MISSING=False # optional
volumes:
# Local path for plex-meta-manager config files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/plex-meta-manager/config:/config
restart: unless-stopped

@ -15,6 +15,6 @@ docker run -d \
-e PMM_RUN=False `# optional` `# Set to `True` to run without the scheduler.` \
-e PMM_TEST=False `# optional` `# Set to `True` to run in debug mode with only collections that have `test: true`.` \
-e PMM_NO_MISSING=False `# optional` `# Set to `True` to run without any of the missing movie/show functions.` \
-v ${BASEDIR:-/volume1/docker}/plex-meta-manager/config:/config `# Local path for plex-meta-manager config files.` \
-v ${BASEDIR:-/volume1/docker}/plex-meta-manager/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/plex-meta-manager

@ -17,7 +17,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Local path for sabnzbd config files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/sabnzbd/config:/config
# Local path for finished downloads.
- ${BASEDIR:-/volume1/docker}/sabnzbd/downloads:/downloads # optional

@ -10,7 +10,7 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 8080:8080 `# HTTP port for the WebUI.` \
-v ${BASEDIR:-/volume1/docker}/sabnzbd/config:/config `# Local path for sabnzbd config files.` \
-v ${BASEDIR:-/volume1/docker}/sabnzbd/config:/config `# Persistent config files` \
-v ${BASEDIR:-/volume1/docker}/sabnzbd/downloads:/downloads `# optional` `# Local path for finished downloads.` \
-v ${BASEDIR:-/volume1/docker}/sabnzbd/incomplete-downloads:/incomplete-downloads `# optional` `# Local path for incomplete-downloads.` \
--restart unless-stopped \

@ -16,7 +16,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configure the `Targets` file here
# Persistent config files
- ${BASEDIR:-/volume1/docker}/smokeping/config:/config
# Storage location for db and application data (graphs etc)
- ${BASEDIR:-/volume1/docker}/smokeping/data:/data

@ -9,7 +9,7 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 80:80 `# Allows HTTP access to the internal webserver.` \
-v ${BASEDIR:-/volume1/docker}/smokeping/config:/config `# Configure the `Targets` file here` \
-v ${BASEDIR:-/volume1/docker}/smokeping/config:/config `# Persistent config files` \
-v ${BASEDIR:-/volume1/docker}/smokeping/data:/data `# Storage location for db and application data (graphs etc)` \
--restart unless-stopped \
ghcr.io/linuxserver/smokeping

@ -15,7 +15,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Contains tautulli config and database.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/tautulli/config:/config
ports:
# WebUI

@ -8,6 +8,6 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 8181:8181 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/tautulli/config:/config `# Contains tautulli config and database.` \
-v ${BASEDIR:-/volume1/docker}/tautulli/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/tautulli

@ -18,7 +18,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# config directory volume mapping
# Persistent config files
- ${BASEDIR:-/volume1/docker}/xbackbone/config:/config
ports:
# http gui

@ -12,6 +12,6 @@ docker run -d \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 80:80 `# http gui` \
-p 443:443 `# https gui` \
-v ${BASEDIR:-/volume1/docker}/xbackbone/config:/config `# config directory volume mapping` \
-v ${BASEDIR:-/volume1/docker}/xbackbone/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/xbackbone

Loading…
Cancel
Save