Init: setup uptrace and swagger
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user