mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Update
This commit is contained in:
parent
cb2b64fa9d
commit
056fbe273c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
|
nopaque.log
|
||||||
|
nopaqued.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.env
|
*.env
|
||||||
logs
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
@ -25,9 +25,9 @@ USER nopaqued
|
|||||||
WORKDIR /home/nopaqued
|
WORKDIR /home/nopaqued
|
||||||
|
|
||||||
|
|
||||||
|
COPY ["logger", "logger"]
|
||||||
COPY ["notify", "notify"]
|
COPY ["notify", "notify"]
|
||||||
COPY ["tasks", "tasks"]
|
COPY ["tasks", "tasks"]
|
||||||
COPY ["logger", "logger"]
|
|
||||||
COPY ["decorators.py", "nopaqued.py", "requirements.txt", "./"]
|
COPY ["decorators.py", "nopaqued.py", "requirements.txt", "./"]
|
||||||
RUN python -m venv venv \
|
RUN python -m venv venv \
|
||||||
&& venv/bin/pip install --requirement requirements.txt \
|
&& venv/bin/pip install --requirement requirements.txt \
|
||||||
|
0
daemon/docker-entrypoint.sh
Normal file → Executable file
0
daemon/docker-entrypoint.sh
Normal file → Executable file
@ -70,6 +70,7 @@ services:
|
|||||||
- "/mnt/dind-swarm/nopaque:/mnt/dind-swarm/nopaque"
|
- "/mnt/dind-swarm/nopaque:/mnt/dind-swarm/nopaque"
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
- "./logs:/home/nopaqued/logs"
|
- "./logs:/home/nopaqued/logs"
|
||||||
|
- "./daemon/logger:/home/nopaqued/logger"
|
||||||
- "./daemon/notify:/home/nopaqued/notify"
|
- "./daemon/notify:/home/nopaqued/notify"
|
||||||
- "./daemon/decorators.py:/home/nopaqued/decorators.py"
|
- "./daemon/decorators.py:/home/nopaqued/decorators.py"
|
||||||
- "./daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
|
- "./daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
|
||||||
|
0
logs/dummy
Normal file
0
logs/dummy
Normal file
0
web/docker-entrypoint.sh
Normal file → Executable file
0
web/docker-entrypoint.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user