Fix deploy files

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-18 14:30:26 +08:00
parent f17c88547b
commit e8571492f0
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
services:
postgres:
image: docker.io/postgres:18-alpine
container_name: cms-db
container_name: postgres
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@@ -18,7 +18,7 @@ services:
redis:
image: docker.io/redis:8-alpine
container_name: cms-redis
container_name: redis
volumes:
- ./data/redis:/data
healthcheck:
@@ -29,7 +29,7 @@ services:
lgtm:
image: grafana/otel-lgtm:latest
container_name: lgtm-stack
container_name: lgtm
ports:
- "3000:3000"
- "4317:4317" # OTLP gRPC
@@ -48,7 +48,7 @@ services:
caddy:
image: docker.io/caddy:latest
container_name: caddy-proxy
container_name: caddy
restart: always
ports:
- "80:80"