Cleanup docker development setup

This commit is contained in:
2022-12-24 17:05:57 -07:00
parent c1ad692817
commit 91f0410485
11 changed files with 78 additions and 48 deletions
+13
View File
@@ -0,0 +1,13 @@
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"