Initial commit for copykar
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user