rkoval / infrastructure

Configuration-as-code for my personal sites

Repository from Github https://github.comrkoval/infrastructureRepository from Github https://github.comrkoval/infrastructure

infrastructure

To run the full stack:

docker compose pull
docker compose build # to add local changes
docker compose up

If running locally (or without a proper DNS), you'll need to add entries for all of the .local domains found in the [docker compose.yml](docker compose.yml) into your hosts files in order to access the sites through nginx.

You can then hit any of the domains in your browser to see the working websites.

About

Configuration-as-code for my personal sites

License:MIT License


Languages

Language:Shell 88.0%Language:Dockerfile 10.6%Language:DIGITAL Command Language 1.4%