Files
server/docker/docker-compose.yml
T

14 lines
333 B
YAML

version: "3.3"
services:
cursorius-server:
build:
context: ..
dockerfile: docker/Dockerfile.dev
ports:
- "0.0.0.0:45420:45420"
volumes:
- "..:/build"
- "../server.toml:/root/.config/cursorius/server.toml"
- "/var/run/docker.sock:/var/run/docker.sock"
- "../working/go:/go-src"