grocy / grocy-docker

ERP beyond your fridge - now containerized - this is the docker repo of https://github.com/grocy/grocy
MIT License
418 stars 120 forks source link

Fixup & cleanup: podman create hostnames #144

Closed jayaddison closed 3 years ago

jayaddison commented 3 years ago

These hostname mappings were, if I remember correctly, created to mirror the behaviour of docker with the docker-compose file (where each named container entry would be available as a resolvable hostname at runtime).

The only hostname resolution that I believe we need at runtime is for the frontend host to be able to resolve the location of the backend host so that the nginx config can configure fastcgi passthrough.