services: gridtv: build: . ports: - "${PORT:-8080}:80" volumes: - ./config.json:/var/www/html/config.json restart: unless-stopped