services: web: build: . container_name: chesscubing-web ports: - "8080:80" restart: unless-stopped