Dockerized Bastillion keybox
For more information visit the Bastillion website or the GitHub page
- Create .docker/.env.local from .docker/.env.dist
- bin/service [start|stop|restart|build]
- Nginx or another webserver for reverse proxy (Nginx recommended for ease of setup)
- ACME for SSL certificates - see here for installation
- In order for the image to run on ARM64 buildx is used for building
- Deployment was made for GitLab CI/CD initially - currently no Github Actions implemented!
- WARNING: deleting the directory data/keydb or its content equals wiping the complete system!
Port | Environment | Service | Domain |
---|---|---|---|
12372 | Production | Bastillion Prod | prod.yourdomain.com |
12371 | Stage | Bastillion Stage | stage.yourdomain.com |
8888 | Local Dev | Development | Local Dev |