Refactor docker script to support override

This commit is contained in:
2023-01-08 17:09:00 -07:00
parent 5f754e3daa
commit f4798233ba
5 changed files with 38 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ services:
ports:
- "0.0.0.0:45420:45420"
volumes:
- "..:/build"
- "..:/build/server"
- "../server.toml:/root/.config/cursorius/server.toml"
- "/var/run/docker.sock:/var/run/docker.sock"
- "../_working/go:/go"