-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more user ids to groups. This is not ideal, but is one of the only ways to make the compose solution work with bind mounts and files from non UID 1000 users. Attempted to use docker compose watch to replace rerun. The feature is not ready yet. Simplified rerun script to use a manually set environment variable. Changed sftpgo to use it's own databases. When it shared a database with rails they often stepped on each other's toes. It also helps the solution to boot without deadlocks: it used to be that upload needed a database, web creates the db, but web can't start because it depends on upload. Removed .touch and the web health check. The .touch files were made by any container, which means workers could end up signalling healthy for the web container.... which was incorrect. Could not determine any reason for the health check to remain. Split entrypoint into dev_start. That way dev maintenance tasks are only run: a) in development and b) on the web service.
- Loading branch information
Showing
15 changed files
with
107 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.