Initial commit for copykar

This commit is contained in:
Antigravity Bot
2026-08-30 15:51:39 +03:30
parent a5342b0850
commit e7db5125a2
3 changed files with 10 additions and 8 deletions
+4 -3
View File
@@ -10,7 +10,7 @@ services:
POSTGRES_DB: ${POSTGRES_DB:-copykar}
LD_PRELOAD: /usr/local/lib/libfakestat.so
ports:
- "5432:5432"
- "127.0.0.1:5432:5432"
volumes:
- ./monitoring/postgres/libfakestat_musl.so:/usr/local/lib/libfakestat.so:ro
- ./data/postgres:/var/lib/postgresql/data
@@ -27,7 +27,7 @@ services:
entrypoint: ["redis-server"]
command: ["--protected-mode", "no", "--dir", "/data", "--save", "60", "1"]
ports:
- "6379:6379"
- "127.0.0.1:6379:6379"
volumes:
- ./data/redis:/data
healthcheck:
@@ -49,12 +49,13 @@ services:
redis:
condition: service_healthy
ports:
- "8008:8008"
- "127.0.0.1:8008:8008"
env_file:
- .env
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./:/app
- ./data/app:/app/data
- ./data/sessions:/app/sessions
- /home:/host_os/home:ro