mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
11 lines
219 B
YAML
11 lines
219 B
YAML
|
services:
|
||
|
llama:
|
||
|
extends:
|
||
|
file: ./docker-compose.base.yml
|
||
|
service: llama
|
||
|
ports:
|
||
|
- '8547:8547'
|
||
|
build:
|
||
|
network: host
|
||
|
context: .
|
||
|
dockerfile: ./Llama/Dockerfile
|