@@ -455,7 +455,6 @@ services:
455455 - --api=true
456456 - --entryPoints.web.address=:80
457457 - --entryPoints.web-secure.address=:443
458- - --entryPoints.nuxt-content-websocket.address=:4000 # DARGSTACK-REMOVE
459458 - --providers.swarm=true
460459 - --providers.swarm.endpoint=unix:///var/run/docker.sock
461460 - --providers.swarm.exposedByDefault=false
@@ -489,10 +488,6 @@ services:
489488 protocol : tcp # DARGSTACK-REMOVE
490489 published : 443 # DARGSTACK-REMOVE
491490 target : 443 # DARGSTACK-REMOVE
492- - mode : host # DARGSTACK-REMOVE
493- protocol : tcp # DARGSTACK-REMOVE
494- published : 4000 # DARGSTACK-REMOVE
495- target : 4000 # DARGSTACK-REMOVE
496491 volumes :
497492 - /var/run/docker.sock:/var/run/docker.sock
498493 - ./certificates/:/etc/traefik/acme/
@@ -531,18 +526,11 @@ services:
531526 - traefik.http.routers.vibetype.entryPoints=web
532527 - traefik.http.routers.vibetype.middlewares=redirectscheme # DARGSTACK-REMOVE
533528 - traefik.http.routers.vibetype.rule=(Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)) && !PathPrefix(`/api/internal`)
534- - traefik.http.routers.vibetype.service=vibetype # DARGSTACK-REMOVE
535- - traefik.http.routers.vibetype_content_secure.entryPoints=nuxt-content-websocket # DARGSTACK-REMOVE
536- - traefik.http.routers.vibetype_content_secure.rule=(Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)) && !PathPrefix(`/api/internal`) # DARGSTACK-REMOVE
537- - traefik.http.routers.vibetype_content_secure.service=vibetype_content # DARGSTACK-REMOVE
538- - traefik.http.routers.vibetype_content_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
539529 - traefik.http.routers.vibetype_secure.entryPoints=web-secure
540530 - traefik.http.routers.vibetype_secure.middlewares=vibetype_cors,vibetype_redirectregex
541531 - traefik.http.routers.vibetype_secure.rule=(Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)) && !PathPrefix(`/api/internal`)
542- - traefik.http.routers.vibetype_secure.service=vibetype # DARGSTACK-REMOVE
543532 - traefik.http.routers.vibetype_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
544533 - traefik.http.services.vibetype.loadbalancer.server.port=3000
545- - traefik.http.services.vibetype_content.loadbalancer.server.port=4000 # DARGSTACK-REMOVE
546534 environment :
547535 AWS_REGION : ${VIBETYPE_AWS_REGION}
548536 CONSOLA_LEVEL : 4 # debug #DARGSTACK-REMOVE
0 commit comments