Add docker-compose.yml to gitignore #617
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#617
Loading…
Reference in a new issue
No description provided.
Delete branch "norm:docker-compose-example"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docker-compose.yml file is likely to be edited quite extensively by
admins when setting up an instance. To make it easier to do upgrades
down the line, it should be ignored by git.
Instead we should provide the existing docker-compose.yml as a sample
config and update the docs to have the user copy it over to the root
directory to edit it themselves.
1765300430
toda89d21332
i think there are better ways of handling this - for example weblate handles this very thing via having an "overrides" docker-compose file, which then get passed into docker via the -f argument
we probably don't want to desync the base compose file, so this might be a cleaner way to do it
Superseded by #621
Pull request closed