New addition: Series Troxide

This commit is contained in:
2023-10-01 18:47:56 +02:00
parent 83ba6e585c
commit 2ea1f25f37
2 changed files with 33 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Uncomment and change the following variables if you want to use them.
#RESTART=unless-stopped
#SYNOLOGY_VOLUME=volume1
#STACK_NAME=seriestroxide
#UID=1024
#GID=101
#TZ=Europe/Amsterdam
#SERIESTROXIDE_CONTAINER_NAME=SeriesTroxide
#SERIESTROXIDE_TAG=latest
#SERIESTROXIDE_PORT=3000
#SERIESTROXIDE_TITLE=Series Troxide
#SERIESTROXIDE_CUSTOM_USER=
#SERIESTROXIDE_PASSWORD=
+20
View File
@@ -0,0 +1,20 @@
services:
# Series Troxide
seriestroxide:
container_name: ${SERIESTROXIDE_CONTAINER_NAME:-SeriesTroxide}
image: linuxserver/series-troxide:${SERIESTROXIDE_TAG:-latest}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:${SERIESTROXIDE_PORT:-3000}/ || exit 1
environment:
PUID: ${UID:-1024}
PGID: ${GID:-101}
TZ: ${TZ:-Europe/Amsterdam}
CUSTOM_PORT: ${SERIESTROXIDE_PORT:-3000}
TITLE: ${SERIESTROXIDE_TITLE:-Series Troxide}
CUSTOM_USER: ${SERIESTROXIDE_CUSTOM_USER:-}
PASSWORD: ${SERIESTROXIDE_PASSWORD:-}
ports:
- ${SERIESTROXIDE_PORT:-3000}:${SERIESTROXIDE_PORT:-3000}
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-seriestroxide}/${SERIESTROXIDE_CONTAINER_NAME:-SeriesTroxide}/config:/config