Skip to content

Instantly share code, notes, and snippets.

@pi0
Last active January 24, 2026 20:43
Show Gist options
  • Select an option

  • Save pi0/a67818750e020b60eccad40b67699a0f to your computer and use it in GitHub Desktop.

Select an option

Save pi0/a67818750e020b60eccad40b67699a0f to your computer and use it in GitHub Desktop.
# https://conduit.psiphon.ca/en/
# https://github.com/Psiphon-Inc/conduit/pull/136
# https://github.com/pi0/conduit
services:
conduit:
container_name: conduit
image: ghcr.io/pi0/conduit
restart: unless-stopped
command: ["start", "-b", "40", "-m", "200", "-v", "-s"]
volumes:
- conduit-data:/data
conduit-stats:
image: ghcr.io/pi0/conduit-stats
container_name: conduit-stats
restart: unless-stopped
volumes:
- conduit-data:/data/conduit:ro
ports:
- "3030:3000"
volumes:
conduit-data:
@pi0
Copy link
Author

pi0 commented Jan 24, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment