Documentation
¶
Index ¶
Constants ¶
View Source
const ( GolangDockerVersion = "1.26" AlpineVersion = "3.21" )
View Source
const ( AirConfigFile = ".air.toml" AirDockerConfigFile = ".air.docker.toml" )
View Source
const ( DockerComposeDev = "docker-compose.dev.yaml" DockerComposeDefault = "docker-compose.yaml" )
View Source
const AirInstaller = `RUN GOBIN=/usr/local/bin go install github.com/air-verse/air@latest`
AirInstaller installs Air into /usr/local/bin so it can be invoked from a non-root user account inside the dev image.
View Source
const GooseInstaller = `RUN GOBIN=/usr/local/bin go install github.com/pressly/goose/v3/cmd/goose@latest`
GooseInstaller installs the goose CLI so the per-service migrate tasks can shell into a transient compose container and run migrations.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.