Add initial configuration files for Dockhand setup
- Create .env.example for environment variable configuration - Update README.md with setup instructions and usage details - Add docker-compose configuration for socket-proxy and dockhand services
This commit is contained in:
parent
1854437c46
commit
4459a858e4
3 changed files with 97 additions and 2 deletions
3
.env.example
Normal file
3
.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Generate a 32-byte (256-bit) random key encoded as base64:
|
||||
# openssl rand -base64 32
|
||||
DOCKHAND_ENCRYPTION_KEY=
|
||||
Loading…
Add table
Add a link
Reference in a new issue