Skip to content

Commit 5fa8e17

Browse files
committed
chore(vibetype): remove service declaration
1 parent ac7e603 commit 5fa8e17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/development/stack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,10 @@ services:
430430
- traefik.http.routers.vibetype.entryPoints=web
431431
- traefik.http.routers.vibetype.middlewares=redirectscheme #DARGSTACK-REMOVE
432432
- traefik.http.routers.vibetype.rule=Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)
433-
- traefik.http.routers.vibetype.service=vibetype #DARGSTACK-REMOVE
434433
- traefik.http.routers.vibetype_secure.entryPoints=web-secure
435434
- traefik.http.routers.vibetype_secure.middlewares=vibetype_cors,vibetype_redirectregex
436435
- traefik.http.routers.vibetype_secure.rule=Host(`${STACK_DOMAIN}`) || Host(`www.${STACK_DOMAIN}`)
437436
- traefik.http.routers.vibetype_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
438-
- traefik.http.routers.vibetype_secure.service=vibetype #DARGSTACK-REMOVE
439437
- traefik.http.services.vibetype.loadbalancer.server.port=3000
440438
environment:
441439
AWS_REGION: ${VIBETYPE_AWS_REGION}

0 commit comments

Comments
 (0)