docker-compose: comment ports
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled

This commit is contained in:
vchikalkin 2025-07-02 21:53:33 +03:00
parent 62af72d45f
commit 1772ea4ff8

View File

@ -7,8 +7,8 @@ services:
context: .
dockerfile: ./apps/web/Dockerfile
restart: always
ports:
- 3000:3000
# ports:
# - 3000:3000
networks:
- app
- web
@ -28,3 +28,4 @@ networks:
external: true
web:
external: true