Configure network isolation: use npm_public for proxy access
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user