Skip to content

Instantly share code, notes, and snippets.

@zesterer
Created May 15, 2025 07:37
Show Gist options
  • Save zesterer/47e27824045a6b703db7a9df8bb5407c to your computer and use it in GitHub Desktop.
Save zesterer/47e27824045a6b703db7a9df8bb5407c to your computer and use it in GitHub Desktop.
Babble Docker Compose
version: '3'
services:
babble:
image: rust:1.86
container_name: babble
working_dir: /app
volumes:
- ./:/app
ports:
- "127.0.0.1:6000:3000"
environment:
- RUST_LOG=info
command: ["cargo", "run", "--release"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment