Docker site recreate pull

This commit is contained in:
Hassan Hashmi
2023-12-26 11:18:27 +05:00
parent 55a0e3adc1
commit 1e029987e1
5 changed files with 1033 additions and 76 deletions

View File

@@ -31,4 +31,8 @@ urlpatterns = [
url(r'^view/(?P<name>(.*))$', views.viewContainer, name='viewContainer'),
path('manage/<int:dockerapp>/app', Dockersitehome, name='Dockersitehome'),
path('getDockersiteList', views.getDockersiteList, name='getDockersiteList'),
path('getContainerAppinfo', views.getContainerAppinfo, name='getContainerAppinfo'),
path('getContainerApplog', views.getContainerApplog, name='getContainerApplog'),
path('recreateappcontainer', views.recreateappcontainer, name='recreateappcontainer'),
]