docker-compose: comment ports
Some checks failed
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
vchikalkin 2025-06-27 13:55:32 +03:00
parent 550fb5f05e
commit fcf5b7b5e2

View File

@ -1,8 +1,8 @@
services:
app:
build: .
ports:
- '3000:3000'
# ports:
# - '3000:3000'
labels:
- 'traefik.http.routers.portfolio.rule=Host(`vchikalkin.dev`)'
- 'traefik.http.routers.portfolio.entrypoints=websecure'