mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Update
This commit is contained in:
		
							
								
								
									
										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
									
								
							
		Reference in New Issue
	
	Block a user