Skip to content

Setup Bytebase on Traefik #7978

Answered by Akrista
Akrista asked this question in Q&A
Discussion options

You must be logged in to vote

Hey guys! Found the issue, and a workaroud i guess 🥲

For some reason healthcheck always fail, and if that happens, traefik never picks up the container, so, for anyone that wants the final docker-compose.yml, here it is:

version: '3'
networks:
  default:
    name: production
    external: true
services:
  bytebase:
    container_name: bytebase
    image: bytebase/bytebase:2.7.0
    restart: unless-stopped
    healthcheck:
      disable: true
    volumes:
      - ./bytebase-data:/var/opt/bytebase
    command: --data /var/opt/bytebase --pg ${BB_PG} --external-url ${BB_EXTERNAL_URL} --port 8087 --disable-sample --disable-metric --debug
    labels:
      - "com.centurylinklabs.watchtower.enab…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by h3n4l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants