init(*):初始化;使用sun-panel作为前端;使用dockge管理dockercompose
This commit is contained in:
1
gpustat-web/.env
Normal file
1
gpustat-web/.env
Normal file
@@ -0,0 +1 @@
|
||||
# VARIABLE=value #comment
|
||||
13
gpustat-web/compose.yaml
Normal file
13
gpustat-web/compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
gpustat-web:
|
||||
image: docker.citory.tech/public/gpustat-web:10599
|
||||
container_name: gpustat-web
|
||||
ports:
|
||||
- 10509:80
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: always
|
||||
x-dockge:
|
||||
urls:
|
||||
- http://local.citory.tech:10509
|
||||
Reference in New Issue
Block a user