version: "3.8" services: frontend: build: context: . dockerfile: Dockerfile ports: - "3000:3000" environment: - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-http://localhost:8000} - NEXT_PUBLIC_BOT_USERNAME=${NEXT_PUBLIC_BOT_USERNAME:-tgexchage_bot} restart: unless-stopped