planetary-social / ansible-scripts

Ansible automation scripts used at Planetary
MIT License
2 stars 3 forks source link

nos.social through Traefik #64

Closed dcadenas closed 7 months ago

dcadenas commented 7 months ago

Adds a similar setup to relay.nos.social for nos.social.

dcadenas commented 7 months ago

@cooldracula, thank you for your input. I've updated the branch based on your suggestions. You were correct in your understanding that the goal is to deploy a service within one of the Traefik containers. Specifically, I plan to host the service found at nip05api, which appears to be ready for deployment.

This service requires a Redis instance. At this point, I'm contemplating whether to run Redis on the same host as a named volume or to dedicate a separate host exclusively for Redis. For now, I'm leaning towards starting with the Redis instance on the same host for simplicity. We can consider migrating it to a dedicated host if we observe significant growth or resource demands.