You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE: add an option for custom namespaces (#862)
Add an option to select a targeted namespace, env var DISCOURSE_NAMESPACE
Configure:
Add `source-tag` to select which tag to configure from.
Rename old `tag` option to `target-tag` to differentiate from `source-tag` option
Migrate:
Add `tag` to select which tag to migrate with
Tagstring`default:"latest" help:"Image tag to migrate."`
96
116
SkipPostDeploymentMigrationsbool`env:"SKIP_POST_DEPLOYMENT_MIGRATIONS" help:"Skip post-deployment migrations. Runs safe migrations only. Defers breaking-change migrations. Make sure you run post-deployment migrations after a full deploy is complete if you use this option."`
BuildCmdDockerBuildCmd`cmd:"" name:"build" help:"Build a base image. This command does not need a running database. Saves resulting container."`
22
23
ConfigureCmdDockerConfigureCmd`cmd:"" name:"configure" help:"Configure and save an image with all dependencies and environment baked in. Updates themes and precompiles all assets. Saves resulting container."`
23
24
MigrateCmdDockerMigrateCmd`cmd:"" name:"migrate" help:"Run migration tasks for a site. Running container is temporary and is not saved."`
0 commit comments