referral-service: use same GID as UID for Postgres folder

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-07-09 16:40:42 +02:00
parent 15f3f12284
commit a7a7f6e06c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -14,9 +14,10 @@
file: file:
path: '{{ referral_srv_db_vol }}' path: '{{ referral_srv_db_vol }}'
owner: '{{ referral_srv_db_host_uid }}' owner: '{{ referral_srv_db_host_uid }}'
group: docker group: '{{ referral_srv_db_host_uid }}'
mode: 0777 mode: 0777
state: directory state: directory
recurse: true
- name: Create env file for app - name: Create env file for app
template: template: