mirror of
https://github.com/beclab/Olares
synced 2026-04-21 21:47:56 +00:00
31 lines
No EOL
618 B
YAML
31 lines
No EOL
618 B
YAML
services:
|
|
olares:
|
|
image: beclab/olares:${VERSION}
|
|
privileged: true
|
|
volumes:
|
|
- oic-data:/var
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "30180:30180"
|
|
- "18088:18088"
|
|
- "41641:41641/udp"
|
|
environment:
|
|
- OLARES_HOST_IP=${HOST_IP}
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: 1
|
|
capabilities: [gpu]
|
|
|
|
olaresd-proxy:
|
|
image: beclab/olaresd:proxy-v0.1.0
|
|
network_mode: host
|
|
depends_on:
|
|
olares:
|
|
condition: service_started
|
|
|
|
volumes:
|
|
oic-data: |