chore(compose): publish nginx on 127.0.0.1:8098 for NPM forward
Some checks failed
Deploy Max Bot Test / deploy (push) Failing after 3s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
pkirillw
2026-06-18 00:11:24 +03:00
parent 9385fbdd6e
commit a323550fdb

View File

@@ -19,6 +19,8 @@ services:
image: nginx:alpine image: nginx:alpine
container_name: max-bot-test-nginx container_name: max-bot-test-nginx
restart: unless-stopped restart: unless-stopped
ports:
- "127.0.0.1:8098:80"
volumes: volumes:
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro - ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: depends_on: