Skip to content

Steps for successful deployment #137

@Aliang-code

Description

@Aliang-code

Solve this kind of problem even though executed /manage.sh add_version 1.0.*

WARNING Not Found: /app-dist/1.0.*/tabby-web-container/dist/bundle.js

The latest available version pass by my test is 1.0.189-nightly.2,Here are the steps for this version:

  1. make sure your docker-compose like this, don't change default value of APP_DIST_STORAGE=file:///app-dist
tabby-web:
    image: ghcr.io/eugeny/tabby-web:latest
    container_name: tabby-web
    restart: unless-stopped
    volumes:
      - ./app-dist:/app-dist
      - ./data:/data
    environment:
      - DATABASE_URL=sqlite:////data/db.sqlite3
      - DEBUG=False
      - PORT=8080
      - APP_DIST_STORAGE=file:///app-dist
      - SOCIAL_AUTH_GITHUB_KEY=YOUR_OAUTH_KEY
      - SOCIAL_AUTH_GITHUB_SECRET=YOUR_OAUTH_SECRET
  1. docker exec -it tabby-web /bin/sh -c '/manage.sh add_version 1.0.189-nightly.2'
  2. cd ./app-dist/1.0.189-nightly.2 && mv tmp*/* ./ && cp -rf tabby-web/* tmp*/

now test does it work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions