deploy: attach backend to shared network

This commit is contained in:
-Puter
2026-07-29 08:09:30 +05:30
parent d428a2492b
commit e1b0b731e0

View File

@@ -21,4 +21,11 @@ services:
RIVET_ENDPOINT: ${RIVET_ENDPOINT} RIVET_ENDPOINT: ${RIVET_ENDPOINT}
RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT} RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT}
RIVET_WORKSPACE_TOKEN: ${RIVET_WORKSPACE_TOKEN} RIVET_WORKSPACE_TOKEN: ${RIVET_WORKSPACE_TOKEN}
networks:
- default
- dokploy-network
restart: unless-stopped restart: unless-stopped
networks:
dokploy-network:
external: true