refactor(getashell): include extra compose config (#2972)
This commit is contained in:
		
							parent
							
								
									1d8792bb9f
								
							
						
					
					
						commit
						43742cacea
					
				| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
    "exposable": true,
 | 
					    "exposable": true,
 | 
				
			||||||
    "port": 8281,
 | 
					    "port": 8281,
 | 
				
			||||||
    "id": "getashell",
 | 
					    "id": "getashell",
 | 
				
			||||||
    "tipi_version": 1,
 | 
					    "tipi_version": 2,
 | 
				
			||||||
    "version": "v0.1.1",
 | 
					    "version": "v0.1.2",
 | 
				
			||||||
    "categories": ["utilities"],
 | 
					    "categories": ["utilities"],
 | 
				
			||||||
    "description": "Simple web ui to create ssh shells for testing.",
 | 
					    "description": "Simple web ui to create ssh shells for testing.",
 | 
				
			||||||
    "short_desc": "SSH shells from a Web UI",
 | 
					    "short_desc": "SSH shells from a Web UI",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
version: "3.9"
 | 
					version: "3.9"
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  getashell:
 | 
					  getashell:
 | 
				
			||||||
    image: ghcr.io/steveiliop56/getashell:v0.1.1
 | 
					    image: ghcr.io/steveiliop56/getashell:v0.1.2
 | 
				
			||||||
    container_name: getashell
 | 
					    container_name: getashell
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,8 @@ services:
 | 
				
			||||||
      - ${APP_PORT}:3000
 | 
					      - ${APP_PORT}:3000
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - tipi_main_network
 | 
					      - tipi_main_network
 | 
				
			||||||
 | 
					    extra_hosts:
 | 
				
			||||||
 | 
					      - host.docker.internal:host-gateway
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      # Main
 | 
					      # Main
 | 
				
			||||||
      traefik.enable: true
 | 
					      traefik.enable: true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user