8 Star 55 Fork 12

Gitee 极速下载 / baserow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.com/bramw/baserow.git
克隆/下载
install-with-traefik.md 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bram Wiepjes 提交于 2024-04-12 09:24 . Prepare for 1.24.2 release

Installing Baserow with Traefik

If you are using Traefik the example below will show you how to configure Baserow to work with Traefik.

Example Traefik compose file

See below for an example docker-compose file that will enable Baserow with Traefik.

version: "3.4"
services:
  baserow:
    image: baserow/baserow:1.24.2
    container_name: baserow
    labels:
        # Explicitly tell Traefik to expose this container
        - "traefik.enable=true"
        # The domain the service will respond to
        - "traefik.http.routers.baserow.rule=Host(`domain.com`)"
    environment:
      - BASEROW_PUBLIC_URL=https://domain.com
    volumes:
      - baserow_data:/baserow/data
volumes:
  baserow_data:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/baserow.git
git@gitee.com:mirrors/baserow.git
mirrors
baserow
baserow
develop

搜索帮助

344bd9b3 5694891 D2dac590 5694891