14 lines
289 B
YAML
Executable File
14 lines
289 B
YAML
Executable File
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
|