Files
appstore/apps/piper-linuxserver/2.4.2/docker-compose.yml
T
okxlin 59b0c292dd Update piper-linuxserver app
Rebuilt-from-PR: #5867
Source-PR: https://github.com/okxlin/appstore/pull/5867
Maintainer-workflow: appstore-pr-maintainer
2026-08-21 13:35:35 +08:00

28 lines
688 B
YAML

networks:
1panel-network:
external: true
services:
piper:
image: "linuxserver/piper:2.4.2"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_WYOMING}:10200"
volumes:
- "./data/config:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- PIPER_VOICE=${PIPER_VOICE}
- LOCAL_ONLY=${LOCAL_ONLY:-}
- PIPER_LENGTH=${PIPER_LENGTH:-1.0}
- PIPER_NOISE=${PIPER_NOISE:-0.667}
- PIPER_NOISEW=${PIPER_NOISEW:-0.333}
- PIPER_SPEAKER=${PIPER_SPEAKER:-0}
- NO_STREAMING=${NO_STREAMING:-}
labels:
createdBy: "Apps"