forked from malnvenshorn/OctoPrint-FilamentManager
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- PR #77 Show errors when database connection test fails. Thx @techfreek - E #72 French translation. Thx @LeBress - B #66 assign temp.offset after connecting the printer - B #79 selections-API return only the max numbers of tools
- Loading branch information
Showing
21 changed files
with
1,541 additions
and
296 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: '3' | ||
services: | ||
postgres: | ||
image: "postgres" # use latest official postgres version | ||
# env_file: | ||
# - database.env # configure postgres | ||
volumes: | ||
- postgres-data:/var/lib/postgresql/data/ # persist data even if container shuts down | ||
ports: | ||
- 5432:5432 | ||
environment: | ||
- POSTGRES_DB=spoolmanagerdb | ||
- POSTGRES_USER=Olli | ||
- POSTGRES_PASSWORD=illO | ||
|
||
volumes: | ||
postgres-data: # named volumes can be managed easier using docker-compose |
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
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
Binary file modified
BIN
+0 Bytes
(100%)
octoprint_filamentmanager/translations/de/LC_MESSAGES/messages.mo
Binary file not shown.
Oops, something went wrong.