URL Frontend:
https://waldo.rithmxo.net
URL Backend:
https://apiwaldo.rithmxo.net
Container Actions:
-
Get
start
[https://rithmxo.net/waldo/api/command/start]
Start the containers
➤
-
Get
restart
[https://rithmxo.net/waldo/api/command/restart]
Restart the containers
➤
-
Get
stop
[https://rithmxo.net/waldo/api/command/stop]
Stop the containers
➤
-
Get
clean
[https://rithmxo.net/waldo/api/command/clean]
docker system prune
➤
Note:
Before clean, be sure your containers are running and up. If not, all containers will be deleted.
Branch Actions:
-
Get
pull
[https://rithmxo.net/waldo/api/command/pull]
Update the repository
➤
-
Post
checkout
[https://rithmxo.net/waldo/api/command/checkout]
Switch branches
-
Get
branch
[https://rithmxo.net/waldo/api/command/branch]
Get the branch in use
➤
-
Get
log
[https://rithmxo.net/waldo/api/command/log]
Log history
➤
Project Actions:
-
Get
build
[https://rithmxo.net/waldo/api/command/build/all]
Build the containers. it could be backend, frontend or both
➤
-
Get
migrate
[https://rithmxo.net/waldo/api/command/migrate]
Execute the last migrations
➤
-
Get
refresh
[https://rithmxo.net/waldo/api/command/refresh]
Pull, Build and migrate
➤