Add README.md #127

Merged
benjaoming merged 13 commits from readme into main 2022-11-29 13:58:39 +00:00
Showing only changes of commit 93b1ed60ae - Show all commits

View file

@ -22,8 +22,9 @@ $ ./deploy.sh services # deploy the docker role only
$ ./deploy.sh services SINGLE_SERVICE # deploy SINGLE_SERVICE Docker service only $ ./deploy.sh services SINGLE_SERVICE # deploy SINGLE_SERVICE Docker service only
``` ```
`SINGLE_SERVICE` should match one of the filenames in `SINGLE_SERVICE` should match one of the service names in the `services`
`roles/docker/tasks/services/**/*`, but without the `.yml` extension. dictionary in `roles/docker/defaults/main.yml` (e.g. `gitea` or
`data_coop_website`).
## Testing ## Testing