Files
docker-compose-template/apps/aiostreams/compose.yaml
T
2025-04-17 20:28:25 +01:00

26 lines
715 B
YAML

services:
aiostreams:
image: ghcr.io/viren070/aiostreams:latest
container_name: aiostreams
restart: unless-stopped
expose:
- 3000
env_file:
- .env
labels:
- "traefik.enable=true"
- "traefik.http.routers.aiostreams.rule=Host(`${AIOSTREAMS_HOSTNAME?}`)"
- "traefik.http.routers.aiostreams.entrypoints=websecure"
- "traefik.http.routers.aiostreams.tls.certresolver=letsencrypt"
- "traefik.http.routers.aiostreams.middlewares=authelia@docker"
healthcheck:
test: wget -qO- http://localhost:3000/health
interval: 1m
timeout: 10s
retries: 5
start_period: 10s
profiles:
- aiostreams
- stremio
- all