Created
April 18, 2025 01:31
-
-
Save executed/8c91c03c4ea6cc705534c48dd90a97c4 to your computer and use it in GitHub Desktop.
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 characters
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