services: app: container_name: codestats-readme image: nginx-codestats build: context: . dockerfile: Dockerfile restart: always ports: - "8778:3000"