fix: Add gateway network to nginx for NPM connectivity on restart

This commit is contained in:
2026-03-15 12:56:00 +02:00
parent 21620906dc
commit f5c059cd08

View File

@@ -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: