this post was submitted on 09 Jun 2023
2 points (100.0% liked)

homelab

6374 readers
13 users here now

founded 4 years ago
MODERATORS
 

I'm just starting to upgrade my basic unraid docker to an InfraAsCode setup.

I will use unraid as Nas only. My media and backups will be on unraid, everything else on a separate proxmox VM that is running and SSD storage array for ZFS. Both the unraid and proxmox hosts share their storage via NFS. Each docker container mounts the NFS volumes as needed.

For the containers I use an alpine VM with docker. I use portainer to connect to a gitea repo (on unraid) to pull down the docker compose file.

So my workflow is, use VS code on my PC to write the compose file, commit to git, then on portainer I hit the redeploy button and it pulls the latest compose file automatically.

What's your setup?

you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127 1 points 1 year ago

Is that really "infuructure as code"? It sounds like plain docker to me