chore: fix github codesapce init (#11590)

This commit is contained in:
liuyi
2025-04-10 15:33:02 +08:00
committed by GitHub
parent 8e1cbc4c5b
commit bde9abf664
5 changed files with 10 additions and 24 deletions
+1 -5
View File
@@ -2,9 +2,7 @@ version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
image: mcr.microsoft.com/devcontainers/base:bookworm
volumes:
- ../..:/workspaces:cached
command: sleep infinity
@@ -24,8 +22,6 @@ services:
POSTGRES_DB: affine
redis:
image: redis
ports:
- 6379:6379
volumes:
postgres-data: