Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamevanyt/coolify-stuff
A repository to store all the magic docker-composes which can be used in Coolify.
https://github.com/iamevanyt/coolify-stuff
Last synced: 12 days ago
JSON representation
A repository to store all the magic docker-composes which can be used in Coolify.
- Host: GitHub
- URL: https://github.com/iamevanyt/coolify-stuff
- Owner: iamEvanYT
- License: mit
- Created: 2024-06-04T18:58:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:50:07.000Z (7 months ago)
- Last Synced: 2024-06-23T20:44:51.584Z (7 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Composes
These composes can be used straight in Coolify. Most of them are tested, refer to the comments inside those compose files.# Scripts
These are utility scripts that you can use to improve your Coolify experience.## Change Port
With this script, you can change your dashboard port.
Source: https://github.com/iamEvanYT/coolify-stuff/blob/main/scripts/change-port.shCommand:
```bash
wget -q https://raw.githubusercontent.com/iamEvanYT/coolify-stuff/main/scripts/change-port.sh; bash change-port.sh; rm change-port.sh
```