mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added cup and wud
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 2283:3001
|
||||
- 2283:2283
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
@@ -66,22 +66,7 @@ services:
|
||||
interval: 5m
|
||||
start_interval: 30s
|
||||
start_period: 5m
|
||||
command:
|
||||
[
|
||||
"postgres",
|
||||
"-c",
|
||||
"shared_preload_libraries=vectors.so",
|
||||
"-c",
|
||||
'search_path="$$user", public, vectors',
|
||||
"-c",
|
||||
"logging_collector=on",
|
||||
"-c",
|
||||
"max_wal_size=2GB",
|
||||
"-c",
|
||||
"shared_buffers=512MB",
|
||||
"-c",
|
||||
"wal_compression=on"
|
||||
]
|
||||
command: [ "postgres", "-c", "shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on" ]
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user