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

@@ -15,7 +15,7 @@ services:
condition: none # Do not restart on setup failure
sablier:
image: acouvreur/sablier:local
image: sablierapp/sablier:local
command:
- start
- --provider.name=swarm
@@ -24,7 +24,7 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock'
whoami:
image: acouvreur/whoami:v1.10.2
image: sablierapp/whoami:v1.10.2
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost" ]
interval: 5s