Rewrite run-dev.sh to use golang program

This commit is contained in:
2023-03-11 13:05:50 -07:00
parent fe53a17160
commit 0000ea2a13
4 changed files with 106 additions and 125 deletions
+12
View File
@@ -29,6 +29,18 @@ services:
- "0.0.0.0:45421:80"
networks:
- cursorius
gitea:
image: gitea/gitea:latest
profiles: ["gitea"]
environment:
- GITEA__webhook__ALLOWED_HOST_LIST=cursorius-server, external
ports:
- "127.0.0.1:2222:22"
- "127.0.0.1:3000:3000"
networks:
- cursorius
volumes:
- "../_working/gitea:/data"
networks:
cursorius: