Files
appstore/apps/sabnzbd-linuxserver/5.1.3/docker-compose.yml
T

23 lines
508 B
YAML

networks:
1panel-network:
external: true
services:
sabnzbd:
image: "linuxserver/sabnzbd:5.1.3"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${CONFIG_PATH}:/config"
- "${INCOMPLETE_DOWNLOAD_PATH}:/incomplete-downloads"
- "${DOWNLOAD_PATH}:/downloads"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"