mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 21:11:53 +00:00
7 lines
148 B
Bash
7 lines
148 B
Bash
|
#!/bin/bash
|
||
|
podman kill proxstar
|
||
|
podman kill proxstar-rq
|
||
|
podman kill proxstar-rq-scheduler
|
||
|
podman stop proxstar-redis
|
||
|
podman stop proxstar-postgres
|