fix: changing module to github.com/sablierapp/sablier

This commit is contained in:
Alexis Couvreur
2024-10-20 23:54:53 -04:00
parent 70ab2c4eeb
commit 8b113a3c76
95 changed files with 253 additions and 306 deletions

View File

@@ -34,7 +34,7 @@ PROVIDER_NAME=docker
```yaml
services:
sablier:
image: acouvreur/sablier:1.8.0-beta.22
image: sablierapp/sablier:1.8.0-beta.22
command:
- start
- --provider.name=docker
@@ -51,7 +51,7 @@ You have to register your containers by opting-in with labels.
```yaml
services:
whoami:
image: acouvreur/whoami:v1.10.2
image: sablierapp/whoami:v1.10.2
labels:
- sablier.enable=true
- sablier.group=mygroup

View File

@@ -35,7 +35,7 @@ PROVIDER_NAME=docker_swarm # or swarm
```yaml
services:
sablier:
image: acouvreur/sablier:1.8.0-beta.22
image: sablierapp/sablier:1.8.0-beta.22
command:
- start
- --provider.name=docker_swarm # or swarm
@@ -52,7 +52,7 @@ You have to register your services by opting-in with labels.
```yaml
services:
whoami:
image: acouvreur/whoami:v1.10.2
image: sablierapp/whoami:v1.10.2
deploy:
labels:
- sablier.enable=true

View File

@@ -88,7 +88,7 @@ spec:
spec:
containers:
- name: whoami
image: acouvreur/whoami:v1.10.2
image: sablierapp/whoami:v1.10.2
```
## How does Sablier knows when a deployment is ready?

View File

@@ -17,10 +17,10 @@ A Provider typically have the following capabilities:
| [Docker](docker) | `docker` | Stop and start **containers** on demand |
| [Docker Swarm](docker_swarm) | `docker_swarm` or `swarm` | Scale down to zero and up **services** on demand |
| [Kubernetes](kubernetes) | `kubernetes` | Scale down and up **deployments** and **statefulsets** on demand |
| [Podman](https://github.com/acouvreur/sablier/issues/70) | `podman` | [See #70](https://github.com/acouvreur/sablier/issues/70) |
| [ECS](https://github.com/acouvreur/sablier/issues/116) | `ecs` | [See #116](https://github.com/acouvreur/sablier/issues/116) |
| [Systemd](https://github.com/acouvreur/sablier/issues/148) | `systemd` | [See #148](https://github.com/acouvreur/sablier/issues/148) |
| [Podman](https://github.com/sablierapp/sablier/issues/70) | `podman` | [See #70](https://github.com/sablierapp/sablier/issues/70) |
| [ECS](https://github.com/sablierapp/sablier/issues/116) | `ecs` | [See #116](https://github.com/sablierapp/sablier/issues/116) |
| [Systemd](https://github.com/sablierapp/sablier/issues/148) | `systemd` | [See #148](https://github.com/sablierapp/sablier/issues/148) |
*Your Provider is not on the list? [Open an issue to request the missing provider here!](https://github.com/acouvreur/sablier/issues/new?assignees=&labels=enhancement%2C+provider&projects=&template=instance-provider-request.md&title=Add+%60%5BPROVIDER%5D%60+provider)*
*Your Provider is not on the list? [Open an issue to request the missing provider here!](https://github.com/sablierapp/sablier/issues/new?assignees=&labels=enhancement%2C+provider&projects=&template=instance-provider-request.md&title=Add+%60%5BPROVIDER%5D%60+provider)*
[See the active issues about the providers](https://github.com/acouvreur/sablier/issues?q=is%3Aopen+is%3Aissue+label%3Aprovider)
[See the active issues about the providers](https://github.com/sablierapp/sablier/issues?q=is%3Aopen+is%3Aissue+label%3Aprovider)