代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/baserow 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
version: "3.4"
# This compose override file should be used like so:
# docker-compose -f docker-compose.yml -f docker-compose.local.yml
#
# It adds build sections and overrides the image params for each service allowing the
# Baserow individual service images to be built and tested locally.
services:
backend:
image: baserow_backend:latest
build:
dockerfile: ./backend/Dockerfile
context: .
celery:
image: baserow_backend:latest
environment:
EMAIL_SMTP: 'yes'
EMAIL_SMTP_HOST: 'mailhog'
EMAIL_SMTP_PORT: '1025'
build:
dockerfile: ./backend/Dockerfile
context: .
celery-export-worker:
image: baserow_backend:latest
build:
dockerfile: ./backend/Dockerfile
context: .
celery-beat-worker:
image: baserow_backend:latest
build:
dockerfile: ./backend/Dockerfile
context: .
web-frontend:
image: baserow_web-frontend:latest
build:
dockerfile: ./web-frontend/Dockerfile
context: .
mailhog:
image: mailhog/mailhog
logging:
driver: 'none' # disable saving logs
ports:
- "8025:8025" # web ui
networks:
local:
# When switching between dev and local the media files in the media volume will be
# owned by different users. Ensure that we chown them to the user appropriate for the
# environment here.
media-volume-fixer:
image: bash:4.4
command: chown 9999:9999 -R /baserow/media
volumes:
- media:/baserow/media
networks:
local:
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。