Skip to content

Instantly share code, notes, and snippets.

@executed
Created April 18, 2025 01:31
Show Gist options
  • Save executed/8c91c03c4ea6cc705534c48dd90a97c4 to your computer and use it in GitHub Desktop.
Save executed/8c91c03c4ea6cc705534c48dd90a97c4 to your computer and use it in GitHub Desktop.
services:
proton-explorer:
container_name: proton-explorer
image: orbalt/proton-explorer:latest
ports:
- "43999:43999"
volumes:
- /home/whatever/Documents/proton-explorer/data:/app/data
secrets:
- vpn_username
- vpn_password
- decryption_key
security_opt:
- no-new-privileges:true
restart: always
pull_policy: always
secrets:
vpn_username:
file: /home/whatever/secrets/PROTON_EXPLORER_VPN_USERNAME
vpn_password:
file: /home/whatever/secrets/PROTON_EXPLORER_VPN_PASSWORD
decryption_key:
file: /home/whatever/secrets/PROTON_EXPLORER_DECRYPTION_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment