Add webhook testing and Docker compose cleanup

This commit is contained in:
2022-12-23 20:16:24 -07:00
parent 9cb4ca687e
commit 46245b73c9
5 changed files with 45 additions and 35 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.3"
services:
cursorius-server:
build:
context: .
dockerfile: ./Dockerfile
ports:
- "0.0.0.0: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"