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.

Revisions

  1. pi0 revised this gist Jan 24, 2026. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion docker-compose.conduit.yml
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,6 @@ services:
    restart: unless-stopped
    command: ["start", "-b", "40", "-m", "200", "-v", "-s"]
    volumes:
    # - ./data/conduit:/data # chown 1000:100
    - conduit-data:/data

    conduit-stats:
  2. pi0 revised this gist Jan 24, 2026. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions docker-compose.conduit.yml
    Original file line number Diff line number Diff line change
    @@ -12,5 +12,14 @@ services:
    # - ./data/conduit:/data # chown 1000:100
    - 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:
  3. pi0 revised this gist Jan 24, 2026. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion docker-compose.conduit.yml
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ services:
    container_name: conduit
    image: ghcr.io/pi0/conduit
    restart: unless-stopped
    command: ["start", "-b", "40", "-m", "250", "-v", "-s"]
    command: ["start", "-b", "40", "-m", "200", "-v", "-s"]
    volumes:
    # - ./data/conduit:/data # chown 1000:100
    - conduit-data:/data
  4. pi0 revised this gist Jan 24, 2026. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions docker-compose.conduit.yml
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@ services:
    restart: unless-stopped
    command: ["start", "-b", "40", "-m", "250", "-v", "-s"]
    volumes:
    # - ./data/conduit:/data # chown 1000:100
    - conduit-data:/data

    volumes:
  5. pi0 revised this gist Jan 24, 2026. 1 changed file with 12 additions and 9 deletions.
    21 changes: 12 additions & 9 deletions docker-compose.conduit.yml
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,15 @@
    services:
    conduit:
    container_name: conduit
    image: ghcr.io/pi0/conduit
    restart: unless-stopped
    command: ["start", "-b", "40", "-m", "250", "-v", "-s"]
    volumes:
    - conduit-data:/data
    # 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", "250", "-v", "-s"]
    volumes:
    - conduit-data:/data

    volumes:
    conduit-data:
    conduit-data:
  6. pi0 created this gist Jan 24, 2026.
    12 changes: 12 additions & 0 deletions docker-compose.conduit.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    services:
    conduit:
    container_name: conduit
    image: ghcr.io/pi0/conduit
    restart: unless-stopped
    command: ["start", "-b", "40", "-m", "250", "-v", "-s"]
    volumes:
    - conduit-data:/data


    volumes:
    conduit-data: