Ops-dashboard/deploy/docker-compose.ops-dashboard.yml
Scrum4Me Agent e5423de319 fix(deploy): update build context naar /srv/ops/repos/ops-dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 22:15:09 +02:00

19 lines
555 B
YAML

# Fragment to merge into /srv/scrum4me/compose/docker-compose.yml
# Add the ops-dashboard service under the `services:` key.
#
# Build the image first:
# docker build -t ops-dashboard /srv/ops/repos/ops-dashboard
#
# Then bring the service up:
# docker compose -f /srv/scrum4me/compose/docker-compose.yml up -d ops-dashboard
services:
ops-dashboard:
build:
context: /srv/ops/repos/ops-dashboard
env_file: /srv/ops/ops-dashboard.env
ports:
- "127.0.0.1:3001:3000"
restart: unless-stopped
depends_on:
- postgres