fix(docker): expose nginx+reverb on 0.0.0.0 so NPM reverse proxy can reach them

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Boban Blaskovic 2026-05-22 06:34:16 +02:00
parent 934cc03367
commit 8801780773
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ services:
context: ./docker/nginx
dockerfile: Dockerfile
ports:
- "127.0.0.1:8080:80"
- "8080:80"
volumes:
- .:/var/www/html:ro
- app_public:/var/www/html/storage/app/public:ro
@ -67,7 +67,7 @@ services:
dockerfile: docker/app/Dockerfile
command: php artisan reverb:start --host=0.0.0.0 --port=8081
ports:
- "127.0.0.1:8081:8081"
- "8081:8081"
volumes:
- .:/var/www/html
- app_storage:/var/www/html/storage/app