17 lines
341 B
YAML
17 lines
341 B
YAML
version: "3"
|
|
services:
|
|
overseerr:
|
|
container_name: overseerr
|
|
image: sctx/overseerr:1.29.0
|
|
environment:
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/app/config
|
|
ports:
|
|
- ${APP_PORT}:5055
|
|
restart: unless-stopped
|
|
dns:
|
|
- ${DNS_IP}
|
|
networks:
|
|
- tipi_main_network
|