services: sub2proxy: build: . container_name: sub2proxy restart: unless-stopped ports: - "3000:3000" environment: PORT: "3000" HOST: "0.0.0.0" AUTO_OPEN: "0" # Set this when clients should import through a fixed LAN IP, domain, or reverse proxy. # PUBLIC_BASE_URL: "http://192.168.1.10:3000" volumes: - ./subs.json:/app/subs.json - ./out:/app/out - ./templates:/app/templates:ro