Skip to content

Commit

Permalink
docs: update wiki (#17)
Browse files Browse the repository at this point in the history
* docs: update docs

* docs: update docs
  • Loading branch information
kimdre authored Jul 29, 2024
1 parent b5e6e9b commit 3780ab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
TZ: Europe/Berlin
HTTP_PORT: 80
LOG_LEVEL: debug
LOG_LEVEL: info
# The connection to the docker socket requires the user to be either root
# or in the docker group (the group id may vary and needs to match the docker socket permissions)
# Use `user: root` to run the app as root, or use `group_add` to use the non-root user and add the docker group id to it
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 61ebf8 to 6a4bc5
2 changes: 1 addition & 1 deletion internal/config/deploy_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type DeployConfig struct {
RemoveOrphans bool `yaml:"remove_orphans" default:"true"` // RemoveOrphans removes containers for services not defined in the Compose file
ForceRecreate bool `yaml:"force_recreate" default:"false"` // ForceRecreate forces the recreation/redeployment of containers even if the configuration has not changed
ForceImagePull bool `yaml:"force_image_pull" default:"false"` // ForceImagePull always pulls the latest version of the image tags you've specified if a newer version is available
Timeout int `yaml:"timeout" default:"300"` // Timeout is the time to wait for the deployment to finish in seconds before timing out
Timeout int `yaml:"timeout" default:"300"` // Timeout is the time in seconds to wait for the deployment to finish in seconds before timing out
}

// DefaultDeployConfig creates a DeployConfig with default values
Expand Down

0 comments on commit 3780ab7

Please sign in to comment.