name: gitea-notion-bridge
services:
bridge:
build: .
container_name: gitea-notion-bridge
ports:
- "3800:3000"
env_file:
- .env
restart: always