Files
docker-compose-collection/seriestroxide/compose.yml
T
2023-10-01 18:47:56 +02:00

21 lines
829 B
YAML

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