refactor: web hook
This commit is contained in:
@@ -5,6 +5,18 @@ networks:
|
|||||||
external: false
|
external: false
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
youtrack:
|
||||||
|
image: jetbrains/youtrack:2025.1.64291
|
||||||
|
volumes:
|
||||||
|
- ./youtrack/data:/opt/youtrack/data
|
||||||
|
- ./youtrack/conf:/opt/youtrack/conf
|
||||||
|
- ./youtrack/logs:/opt/youtrack/logs
|
||||||
|
- ./youtrack/backups:/opt/youtrack/backups
|
||||||
|
ports:
|
||||||
|
- "18891:8080"
|
||||||
|
networks:
|
||||||
|
- alchegos
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.23.5
|
image: docker.gitea.com/gitea:1.23.5
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user