f7cloud_client/apps/whiteboard/docker-compose.yml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

17 lines
462 B
YAML

# SPDX-FileCopyrightText: 2024 F7cloud GmbH and F7cloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version: '3.7'
services:
f7cloud-whiteboard-server:
build:
context: .
dockerfile: Dockerfile
ports:
- 3002:3002
environment:
- F7CLOUD_URL
- JWT_SECRET_KEY
## if you run this rootess, backup_dir needs to be in a place writeable to the non-root process, for example:
- BACKUP_DIR=/tmp/backup