version: '3.8' services: chzzk-proxy: build: . container_name: chzzk-jellyfin-proxy ports: - "3000:3000" env_file: - .env restart: unless-stopped