mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Move Postgres to its own network for better isolation
A lot of services are yet to be updated to start connecting to `devture_postgres_container_network` as an additional network. Many are already done, but I'll go through all the others later.
This commit is contained in:
parent
e7b7b48db5
commit
1be90cf87d
@ -3178,8 +3178,6 @@ devture_postgres_architecture: "{{ matrix_architecture }}"
|
||||
|
||||
devture_postgres_base_path: "{{ matrix_base_data_path }}/postgres"
|
||||
|
||||
devture_postgres_container_network: "{{ matrix_docker_network }}"
|
||||
|
||||
devture_postgres_uid: "{{ matrix_user_uid }}"
|
||||
devture_postgres_gid: "{{ matrix_user_gid }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user