Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanishqmanuja/infra
IaC for my homelab server
https://github.com/tanishqmanuja/infra
homelab infrastructure-as-code
Last synced: 1 day ago
JSON representation
IaC for my homelab server
- Host: GitHub
- URL: https://github.com/tanishqmanuja/infra
- Owner: tanishqmanuja
- Created: 2023-06-30T09:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:35:12.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:54:19.185Z (about 2 months ago)
- Topics: homelab, infrastructure-as-code
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infra
This is my infrastructure as code :)
#### Loading ENV
Must be done to use scripts.
```fish
source env.fish
```### Using Commands
#### Creating a new stack
```fish
compose-stack my-stack
```#### Updating partial compose files in a stack
```fish
compose-update path-to/my-stack
```