Workflow update

main
technorabilia 3 months ago
parent 9a9fbf3cae
commit 9058d08c31

@ -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:
# Configuration files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/beets/config:/config
# Music library
- ${BASEDIR:-/volume1/docker}/beets/music:/music

@ -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 8337:8337 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/beets/config:/config `# Configuration files.` \
-v ${BASEDIR:-/volume1/docker}/beets/config:/config `# Persistent config files` \
-v ${BASEDIR:-/volume1/docker}/beets/music:/music `# Music library` \
-v ${BASEDIR:-/volume1/docker}/beets/downloads:/downloads `# Non processed music` \
--restart unless-stopped \

@ -18,6 +18,6 @@ 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:
# Where ddclient should store its config files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/ddclient/config:/config
restart: unless-stopped

@ -10,6 +10,6 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \
-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).` \
-v ${BASEDIR:-/volume1/docker}/ddclient/config:/config `# Where ddclient should store its config files.` \
-v ${BASEDIR:-/volume1/docker}/ddclient/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/ddclient

@ -51,6 +51,6 @@ services:
# For passing additional java options.
- JAVA_OPTS= # optional
volumes:
# Contains all relevant configuration files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/doplarr/config:/config
restart: unless-stopped

@ -25,6 +25,6 @@ docker run -d \
-e PARTIAL_SEASONS=true `# optional` `# Sets whether users can request partial seasons.` \
-e LOG_LEVEL=:info `# optional` `# The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`` \
-e JAVA_OPTS= `# optional` `# For passing additional java options.` \
-v ${BASEDIR:-/volume1/docker}/doplarr/config:/config `# Contains all relevant configuration files.` \
-v ${BASEDIR:-/volume1/docker}/doplarr/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/doplarr

@ -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:
# Local storage for freshrss site files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/freshrss/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 80:80 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/freshrss/config:/config `# Local storage for freshrss site files.` \
-v ${BASEDIR:-/volume1/docker}/freshrss/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/freshrss

@ -38,7 +38,7 @@ services:
# Comma-separated list of allowed hostnames
- CMD_ALLOW_ORIGIN=['localhost'] # optional
volumes:
# HedgeDoc config and configurable files
# Persistent config files
- ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config
ports:
# Web gui port (internal port also needs to be changed if accessing at port other than 80, 443 and 3000).

@ -21,6 +21,6 @@ docker run -d \
-e CMD_PORT=3000 `# optional` `# If you wish to access hedgedoc at a port different than 80, 443 or 3000, you need to set this to that port (ie. `CMD_PORT=5000`) and change the port mapping accordingly (5000:5000).` \
-e CMD_ALLOW_ORIGIN=['localhost'] `# optional` `# Comma-separated list of allowed hostnames` \
-p 3000:3000 `# Web gui port (internal port also needs to be changed if accessing at port other than 80, 443 and 3000).` \
-v ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config `# HedgeDoc config and configurable files` \
-v ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/hedgedoc

@ -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:
# Contains all relevant configuration files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/heimdall/config:/config
ports:
# http gui

@ -11,6 +11,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}/heimdall/config:/config `# Contains all relevant configuration files.` \
-v ${BASEDIR:-/volume1/docker}/heimdall/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/heimdall

@ -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:
# Where Limnoria config is stored.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/limnoria/config:/config
ports:
# Port for Limnoria's web interface.

@ -9,6 +9,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 8080:8080 `# Port for Limnoria's web interface.` \
-v ${BASEDIR:-/volume1/docker}/limnoria/config:/config `# Where Limnoria config is stored.` \
-v ${BASEDIR:-/volume1/docker}/limnoria/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/limnoria

@ -25,7 +25,7 @@ services:
# Set this to ingest sql files from an http/https endpoint (comma seperated array).
- REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql # optional
volumes:
# Contains the db itself and all assorted settings.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/mariadb/config:/config
ports:
# Mariadb listens on this port.

@ -13,6 +13,6 @@ docker run -d \
-e MYSQL_PASSWORD=DATABASE_PASSWORD `# optional` `# Set this to the password you want to use for you MYSQL_USER (minimum 4 characters & non-alphanumeric passwords must be properly escaped).` \
-e REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql `# optional` `# Set this to ingest sql files from an http/https endpoint (comma seperated array).` \
-p 3306:3306 `# Mariadb listens on this port.` \
-v ${BASEDIR:-/volume1/docker}/mariadb/config:/config `# Contains the db itself and all assorted settings.` \
-v ${BASEDIR:-/volume1/docker}/mariadb/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/mariadb

@ -27,7 +27,7 @@ services:
# DB password (postgres only)
- DB_PASS= # optional
volumes:
# Where Wiki.js config is stored.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/wikijs/config:/config
# Where Wiki.js data is stored.
- ${BASEDIR:-/volume1/docker}/wikijs/data:/data

@ -14,7 +14,7 @@ docker run -d \
-e DB_USER= `# optional` `# DB username (postgres only)` \
-e DB_PASS= `# optional` `# DB password (postgres only)` \
-p 3000:3000 `# Port for Wiki.js's web interface.` \
-v ${BASEDIR:-/volume1/docker}/wikijs/config:/config `# Where Wiki.js config is stored.` \
-v ${BASEDIR:-/volume1/docker}/wikijs/config:/config `# Persistent config files` \
-v ${BASEDIR:-/volume1/docker}/wikijs/data:/data `# Where Wiki.js data is stored.` \
--restart unless-stopped \
ghcr.io/linuxserver/wikijs

Loading…
Cancel
Save