expose db connect to localhost for backups

This commit is contained in:
2024-01-07 03:10:22 +01:00
parent 833ea3cd59
commit a05ebc81e9
4 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,8 @@
- /home/{{ system_user_name }}/docker/wiki_js/db:/var/lib/postgresql/data
networks:
- name: wiki_js_internal
ports:
- "{{ BORGMATIC_BACKUP_HOST }}:{{ BORGMATIC_WIKI_JS_DB_PORT }}:{{ WIKI_JS_DB_PORT }}"
- name: Create Wiki_JS Container
community.docker.docker_container: