-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
h3xit
committed
Nov 4, 2024
1 parent
75b02e0
commit b861f5d
Showing
5 changed files
with
86 additions
and
304 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
venv/ | ||
notes.md | ||
.env | ||
.psqlpass | ||
*.log | ||
env.sh | ||
.env | ||
secrets/ | ||
build/ | ||
vault.yaml | ||
tailscale_vault.yaml | ||
*.key | ||
*.pub | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
# C extensions | ||
*.so |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM 127.0.0.1:5000/base:latest | ||
|
||
COPY ./JobProcessor /app/JobProcessor | ||
COPY . /app/ | ||
COPY ./QueueManager /app/QueueManager | ||
|
||
ENV NAME=JobProcessor | ||
|
||
CMD ["python", "./JobProcessor/start_job_processor.py"] | ||
CMD ["python", "./start_job_processor.py"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.