refactor: use relative paths for Komodo GitOps deployment

This commit is contained in:
2026-01-31 12:11:34 +00:00
parent b739f9177b
commit ddd4224f92

View File

@@ -10,7 +10,7 @@ services:
- TS_SERVE_CONFIG=/config/serve-config.json - TS_SERVE_CONFIG=/config/serve-config.json
volumes: volumes:
- tailscale-state:/var/lib/tailscale - tailscale-state:/var/lib/tailscale
- /opt/prefect/tailscale/serve-config.json:/config/serve-config.json:ro - ./serve-config.json:/config/serve-config.json:ro
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
- SYS_MODULE - SYS_MODULE