services: gridtv: build: . ports: - "${PORT:-8080}:80" volumes: - ./data:/data restart: unless-stopped