docker-compose build
This will locally create a rundeck image.
Start all containers through docker-compose:
docker-compose up -d
rundeck will be available on port 4440.
All configuration happens in docker-compose.yml
and should be self-explanatory.
As defined in docker-compose.yml
, the following directories are mounted as volumes:
data/mysql
: Persistent MySQL storagedata/projects
: Configuration files for rundeck projects will be stored heredata/keys
: Update the ssh key in this directory, which will be used by rundeck.