general update oon docker config
This commit is contained in:
@@ -10,6 +10,9 @@ services:
|
||||
image: postgres:latest
|
||||
ports:
|
||||
- 5432:5432
|
||||
networks:
|
||||
- ip4net
|
||||
- ip6net
|
||||
secrets: [postgres_default_password]
|
||||
environment:
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_default_password
|
||||
@@ -32,6 +35,9 @@ services:
|
||||
image: tensorchord/pgvecto-rs:pg16-v0.2.1-alpha.2
|
||||
ports:
|
||||
- 5433:5432
|
||||
networks:
|
||||
- ip4net
|
||||
- ip6net
|
||||
secrets: [postgres_default_password]
|
||||
environment:
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_default_password
|
||||
|
||||
Reference in New Issue
Block a user