General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
hosted:
Sign in to like and favorite skills
services: hosted: env_file: - .env build: context: . dockerfile: Dockerfile target: base image: sweepai/sweep container_name: webhook # network_mode: "host" volumes: - .:/app - /mnt/caches:/mnt/caches command: > sh -c ". bin/startup.sh" stdin_open: true tty: true ports: - "${PORT:-8080}:8080" restart: unless-stopped