version: '3.8' services: token-server: build: . image: avanzacast-token-server:latest ports: - "4000:4000" environment: - PORT=4000 - ALLOWED_ORIGINS=https://avanzacast-broadcastpanel.bfzqqk.easypanel.host - LIVEKIT_WS_URL=wss://livekit-server.bfzqqk.easypanel.host - REDIS_URL=redis://host.docker.internal:6379 restart: unless-stopped network_mode: host