2026-07-20 20:25:17 +02:00
|
|
|
services:
|
|
|
|
|
trace:
|
2026-07-20 21:06:14 +02:00
|
|
|
image: repo.explewd.com/explewd/trace:latest
|
2026-07-20 20:25:17 +02:00
|
|
|
build: .
|
2026-07-20 21:06:14 +02:00
|
|
|
pull_policy: always
|
2026-07-20 20:25:17 +02:00
|
|
|
restart: unless-stopped
|
|
|
|
|
env_file: .env
|
|
|
|
|
ports: ["${HOST_PORT:-3082}:3082"]
|
|
|
|
|
volumes:
|
|
|
|
|
- trace-data:/app/data
|
|
|
|
|
- ../goonk:/repos/goonk:ro
|
|
|
|
|
volumes:
|
|
|
|
|
trace-data:
|