services: app: image: oven/bun:latest container_name: wadge working_dir: /app volumes: - .:/app command: sh -c "bun install && bun run index.js" restart: unless-stopped ports: - "127.0.0.1:2343:2343"