Configure network isolation: use npm_public for proxy access
All checks were successful
Deploy to Production / deploy (push) Successful in 4s

This commit is contained in:
2026-02-15 21:04:58 +01:00
parent ae9d643980
commit 2c6b1ad966
3 changed files with 80 additions and 13 deletions

View File

@@ -12,8 +12,11 @@ services:
- "80"
restart: always
networks:
- npm_default
- npm_public
- rubic-net
networks:
npm_default:
npm_public:
external: true
rubic-net:
driver: bridge