Homer

Not talking about the Simpsons here, but a nice tool which was brought to our attention. What it does is show your web links on a page, in a customizable manner.

Above is a sample of what it looks like for us, but the possibilities are endless. We advise you to try it out for yourself.
version: "2" services: homer: image: ${CONTAINER_IMAGE_HOMER} container_name: ${CONTAINER_NAME_HOMER} restart: ${CONTAINER_RESTART} networks: - net_homer volumes: - vol_homer:/www/assets ports: - 9999:8080 volumes: vol_homer: external: name: ${CONTAINER_VOLUME_HOMER} networks: net_homer: external: name: ${CONTAINER_NETWORK}
Hits: 5