Init: setup uptrace and swagger

This commit is contained in:
2025-12-07 03:28:07 +08:00
parent a4096bf1a7
commit 56e83b0725
28 changed files with 662 additions and 81 deletions

View File

@@ -12,11 +12,19 @@ services:
- postgres:/var/lib/postgresql/data
restart: unless-stopped
redis:
image: library/redis:8.2.1-alpine3.22
ports:
- 6379:6379
volumes:
- redis:/data
restart: unless-stopped
minio:
image: minio/minio:RELEASE.2025-07-23T15-54-02Z
environment:
MINIO_ROOT_USER: poop
MINIO_ROOT_PASSWORD: poop
MINIO_ROOT_PASSWORD: poop114514
command: ["server", "/data", "--console-address", ":9001"]
ports:
- 9000:9000
@@ -46,6 +54,7 @@ services:
volumes:
- ./docker/uptrace/config.yml:/etc/uptrace/config.yml
depends_on:
- redis
- postgres
- clickhouse
restart: unless-stopped
@@ -53,7 +62,6 @@ services:
backend:
build:
context: .
target: backend_runtime
env_file:
- path: ./.env
ports: