add missing services from prod: backlog-manager, navidrome, nginx, obsidian-livesync, pocketbase, wg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
theo 2026-03-09 21:56:55 +00:00
parent db67c88d04
commit de42032fde
8 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,13 @@
services:
backlog-manager:
container_name: backlog-manager-dev
env_file: .env
image: theoretisch030/backlog-manager:latest
environment:
- POSTGRES_URL=${POSTGRES_URL}
- NODE_ENV=${NODE_ENV}
- HOSTNAME=${HOSTNAME}
- PORT=${NEXTJS_PORT}
ports:
- "${NEXTJS_PORT}:3000"
restart: unless-stopped