mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	Removes swagger container and adds exposed port for DB in dev env
This commit is contained in:
		| @@ -37,6 +37,8 @@ services: | ||||
|   db: | ||||
|     image: jc21/mariadb-aria | ||||
|     container_name: npm_db | ||||
|     ports: | ||||
|       - 33306:3306 | ||||
|     networks: | ||||
|       - nginx_proxy_manager | ||||
|     environment: | ||||
| @@ -47,19 +49,6 @@ services: | ||||
|     volumes: | ||||
|       - db_data:/var/lib/mysql | ||||
|  | ||||
|   swagger: | ||||
|     image: "swaggerapi/swagger-ui:latest" | ||||
|     container_name: npm_swagger | ||||
|     ports: | ||||
|       - 3001:80 | ||||
|     networks: | ||||
|       - nginx_proxy_manager | ||||
|     environment: | ||||
|       URL: "http://127.0.0.1:3081/api/schema" | ||||
|       PORT: "80" | ||||
|     depends_on: | ||||
|       - npm | ||||
|  | ||||
| volumes: | ||||
|   npm_data: | ||||
|     name: npm_core_data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user