fix: Add gateway network to nginx for NPM connectivity on restart
This commit is contained in:
@@ -27,6 +27,7 @@ services:
|
||||
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
networks:
|
||||
- laravel_network
|
||||
- gateway
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
@@ -156,6 +157,8 @@ services:
|
||||
networks:
|
||||
laravel_network:
|
||||
driver: bridge
|
||||
gateway:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
mysql_data:
|
||||
|
||||
Reference in New Issue
Block a user