17 lines
462 B
YAML
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
|