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: . context: .
dockerfile: ./apps/web/Dockerfile dockerfile: ./apps/web/Dockerfile
restart: always restart: always
ports: # ports:
- 3000:3000 # - 3000:3000
networks: networks:
- app - app
- web - web
@ -28,3 +28,4 @@ networks:
external: true external: true
web: web:
external: true external: true