Added container rebuild flow with real-time logs and updated UI, backend implementation, config options, and container helper API integration.
This commit is contained in:
30
compose.yaml
30
compose.yaml
@@ -36,4 +36,32 @@
|
||||
|
||||
# Logging
|
||||
- "Logging__LogLevel__Default=Information"
|
||||
- "Logging__LogLevel__Microsoft.AspNetCore=Warning"
|
||||
- "Logging__LogLevel__Microsoft.AspNetCore=Warning"
|
||||
- "Logging__LogLevel__System.Net.Http.HttpClient=Warning"
|
||||
|
||||
- "Moonlight__ContainerHelper__IsEnabled=true"
|
||||
- "Moonlight__ContainerHelper__Url=http://app:8080"
|
||||
|
||||
app:
|
||||
image: git.battlestati.one/moonlight-panel/container_helper
|
||||
|
||||
group_add:
|
||||
- "989"
|
||||
|
||||
environment:
|
||||
# Logging
|
||||
- "Logging__LogLevel__Default=Information"
|
||||
- "Logging__LogLevel__Microsoft.AspNetCore=Warning"
|
||||
|
||||
# Compose
|
||||
- "ContainerHelper__Compose__Directory=${PWD}"
|
||||
- "ContainerHelper__Compose__Binary=docker-compose"
|
||||
- "ContainerHelper__Service__Name=api"
|
||||
|
||||
# HTTP Proxy
|
||||
- "HTTP_PROXY=${HTTP_PROXY}"
|
||||
- "HTTPS_PROXY=${HTTPS_PROXY}"
|
||||
|
||||
volumes:
|
||||
- "${PWD}:${PWD}"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
Reference in New Issue
Block a user