runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Enhancement Request: Set DNS name within Acronfile

Open clemenko opened this issue 3 years ago • 3 comments

It would be nice to be able to add a DNS name to the port definition of a container.

something like

containers: {
    flask: {
        image: "clemenko/flask_simple"
        ports: publish: "flask.rfed.me:5000/http"
        scale: 1
    }

This will make shipping production apps a little more reproducible. Please allow for override from the command line with -p flask.rfed.io:web:

Similar to #206

clemenko avatar Aug 10 '22 12:08 clemenko

@ibuildthecloud I thought this would already be doable, no?

cjellick avatar Aug 10 '22 15:08 cjellick

There's a way to do this but you need an acorn of acorns. I'll explain after the meetup. This stuff is undocumented, because again, on the fence about this stuff.

ibuildthecloud avatar Aug 10 '22 16:08 ibuildthecloud

Oh wait, there isn't. Okay, let me think about how this can be done.

ibuildthecloud avatar Aug 10 '22 16:08 ibuildthecloud