compose: remove comment

This commit is contained in:
vchikalkin 2024-12-21 14:39:16 +03:00
parent 66fa168ac0
commit e26b5b8412

View File

@ -2,15 +2,15 @@ services:
app:
build: .
ports:
- "3000:3000"
- '3000:3000'
labels:
- "traefik.http.routers.portfolio.rule=Host(`vchikalkin.dev`)" # Замените на ваш домен
- "traefik.http.routers.portfolio.entrypoints=websecure"
- "traefik.http.routers.portfolio.tls=true"
- "traefik.http.routers.portfolio.tls.certresolver=myresolver"
- 'traefik.http.routers.portfolio.rule=Host(`vchikalkin.dev`)'
- 'traefik.http.routers.portfolio.entrypoints=websecure'
- 'traefik.http.routers.portfolio.tls=true'
- 'traefik.http.routers.portfolio.tls.certresolver=myresolver'
networks:
- web
networks:
web:
external: true
external: true