Last active
January 24, 2026 20:43
-
-
Save pi0/a67818750e020b60eccad40b67699a0f to your computer and use it in GitHub Desktop.
Revisions
-
pi0 revised this gist
Jan 24, 2026 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: - conduit-data:/data conduit-stats: -
pi0 revised this gist
Jan 24, 2026 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -
pi0 revised this gist
Jan 24, 2026 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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", "200", "-v", "-s"] volumes: # - ./data/conduit:/data # chown 1000:100 - conduit-data:/data -
pi0 revised this gist
Jan 24, 2026 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -
pi0 revised this gist
Jan 24, 2026 . 1 changed file with 12 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,15 @@ # 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: -
pi0 created this gist
Jan 24, 2026 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: