优化开发环境pg配置
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
|
||||
# https://hub.docker.com/_/postgres
|
||||
timescaledb:
|
||||
container_name: tsdb
|
||||
image: timescale/timescaledb-ha:pg14-latest
|
||||
@@ -15,3 +16,7 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_PASSWORD: big_dick
|
||||
volumes:
|
||||
- $PWD/config/postgresql.conf:/etc/postgresql/postgresql.conf
|
||||
command: postgres -c 'config_file=/etc/postgresql/postgresql.conf'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user