services: app: container_name: agentblock-app build: context: . dockerfile: Dockerfile ports: - "8080:80" restart: unless-stopped