13 lines
351 B
YAML
13 lines
351 B
YAML
version: "3.3"
|
|
services:
|
|
cursorius-server:
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- "127.0.0.1:45420:45420"
|
|
volumes:
|
|
- "./server.toml:/root/.config/cursorius/server.toml"
|
|
- "/home/robby/development/restitux/ohea/cursorius/test/server/job:/job"
|
|
- "/var/run/docker.sock:/var/run/docker.sock"
|