services: football-app: build: . restart: unless-stopped ports: - "3000:80" environment: - FOOTBALL_API_KEY=${FOOTBALL_API_KEY}