Created
December 19, 2025 03:47
-
-
Save rodhfr/c9e0c5eabe265fba9e2cb5c3dcddc038 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: | |
| microbin: | |
| container_name: microbin | |
| image: danielszabo99/microbin:latest | |
| environment: | |
| - MICROBIN_HIGHLIGHTSYNTAX=true | |
| - MICROBIN_ETERNAL_PASTA=true | |
| - MICROBIN_GC_DAYS=30 | |
| - MICROBIN_ENCRYPTION_CLIENT_SIDE=true | |
| - MICROBIN_ENCRYPTION_SERVER_SIDE=true | |
| - MICROBIN_ENABLE_BURN_AFTER=true | |
| - MICROBIN_SHOW_READ_STATS=true | |
| - MICROBIN_PRIVATE=true | |
| - MICROBIN_QR=true | |
| - MICROBIN_ADMIN_USERNAME=${MICROUSER} | |
| - MICROBIN_ADMIN_USERNAME=${MICROPWD} | |
| - MICROBIN_PUBLIC_PATH=${PUBLICPATH} | |
| - MICROBIN_DISABLE_TELEMETRY=true | |
| ports: | |
| - 5980:8080 | |
| restart: on-failure:5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment