Compare commits
	
		
			2 Commits
		
	
	
		
			88be388d37
			...
			e62889437f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						e62889437f
	
				 | 
					
					
						|||
| 
						
						
							
						
						68e3afad9a
	
				 | 
					
					
						
@@ -3,7 +3,7 @@ version: "3"
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  server:
 | 
					  server:
 | 
				
			||||||
    image: gitea/gitea:1.22.2
 | 
					    image: gitea/gitea:1.22.4
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - "USER_UID=${USER_UID}"
 | 
					      - "USER_UID=${USER_UID}"
 | 
				
			||||||
      - "USER_GID=${USER_GID}"
 | 
					      - "USER_GID=${USER_GID}"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ version: "3.2"
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  outline-app:
 | 
					  outline-app:
 | 
				
			||||||
    image: outlinewiki/outline:0.81.0
 | 
					    image: outlinewiki/outline:0.81.1
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "${WEB_SERVER_PORT}:3000"
 | 
					      - "${WEB_SERVER_PORT}:3000"
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								tasks.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tasks.py
									
									
									
									
									
								
							@@ -59,6 +59,6 @@ def deploy(app_name: str, compose_file="docker-compose.yml", dirs=None):
 | 
				
			|||||||
            f"docker-compose --project-name {shlex.quote(app_name)} --env-file=.env.prod up --detach --remove-orphans"
 | 
					            f"docker-compose --project-name {shlex.quote(app_name)} --env-file=.env.prod up --detach --remove-orphans"
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
        c.run(
 | 
					        c.run(
 | 
				
			||||||
            f"docker system prune --volumes --force"
 | 
					            f"docker system prune --all --volumes --force"
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
    print("Done.")
 | 
					    print("Done.")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user