https://github.com/perchunpak/server
These are docker-compose.yml files for server where all of my projects are hosted.
https://github.com/perchunpak/server
Last synced: 21 days ago
JSON representation
These are docker-compose.yml files for server where all of my projects are hosted.
- Host: GitHub
- URL: https://github.com/perchunpak/server
- Owner: PerchunPak
- Created: 2024-02-26T14:50:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-21T19:38:16.000Z (2 months ago)
- Last Synced: 2026-04-21T21:26:07.673Z (2 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server configs
These are docker-compose.yml files for server where all of my projects are hosted.
## How to use
Restart all projects:
```bash
./run.sh all
```
Restart only `kotekbot` (use tab for autocomplete):
```bash
./run.sh projects/kotekbot.yml
```