Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```