Add service for Linked URL feature

This commit is contained in:
yu-i-i
2025-11-11 17:16:18 +01:00
parent 15492c0e74
commit 0d2ff6707b
21 changed files with 1272 additions and 0 deletions

View File

@@ -87,6 +87,13 @@ services:
volumes:
- history-v1-buckets:/buckets
linked-url-proxy:
build:
context: ..
dockerfile: services/linked-url-proxy/Dockerfile
env_file:
- dev.env
mongo:
image: mongo:6.0
command: --replSet overleaf
@@ -165,6 +172,7 @@ services:
- document-updater
- filestore
- history-v1
- linked-url-proxy
- notifications
- project-history
- real-time