mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Bump psu version to 1.2.0
Update psu, CHANGELOG and README
This commit is contained in:
@ -729,5 +729,5 @@ The `psu` definition of a job is a Swarm [service](https://docs.docker.com/engin
|
||||
Using a job is useful when you want to have a service who run a script (e.g. database migration).
|
||||
And shutdown this service when its script is successfully executed.
|
||||
|
||||
See the service named `job` in the [`docker-stack-web-app.yml`](https://gitlab.com/psuapp/psu/tree/v1.1.0/tests/dockerfiles/docker-stack-web-app.yml) file, for a real use case.
|
||||
See the service named `job` in the [`docker-stack-web-app.yml`](https://gitlab.com/psuapp/psu/tree/v1.2.0/tests/dockerfiles/docker-stack-web-app.yml) file, for a real use case.
|
||||
It has both a container's label `job-name` and a restart policy set to `none`.
|
||||
|
Reference in New Issue
Block a user