fix: pottwal docker containers need additional
This commit is contained in:
parent
36c0d46f63
commit
95c56b7d1d
1 changed files with 6 additions and 2 deletions
|
@ -291,6 +291,9 @@
|
||||||
CMD_DB_PASSWORD: "{{ hedgedoc_postgres_password }}"
|
CMD_DB_PASSWORD: "{{ hedgedoc_postgres_password }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/hedgedoc/data/uploads:/hedgedoc/public/uploads"
|
- "{{ data_dir }}/hedgedoc/data/uploads:/hedgedoc/public/uploads"
|
||||||
|
networks_cli_compatible: false
|
||||||
|
comparisons:
|
||||||
|
networks: allow_more_present
|
||||||
networks:
|
networks:
|
||||||
- name: hedgedocnet
|
- name: hedgedocnet
|
||||||
|
|
||||||
|
@ -393,6 +396,9 @@
|
||||||
- "{{ data_dir }}/redmine/configuration.yml:/usr/src/redmine/config/configuration.yml"
|
- "{{ data_dir }}/redmine/configuration.yml:/usr/src/redmine/config/configuration.yml"
|
||||||
- "{{ data_dir }}/redmine/files:/usr/src/redmine/files"
|
- "{{ data_dir }}/redmine/files:/usr/src/redmine/files"
|
||||||
- "{{ data_dir }}/redmine/themes:/usr/src/redmine/public/themes"
|
- "{{ data_dir }}/redmine/themes:/usr/src/redmine/public/themes"
|
||||||
|
networks_cli_compatible: false
|
||||||
|
comparisons:
|
||||||
|
networks: allow_more_present
|
||||||
networks:
|
networks:
|
||||||
- name: redminenet
|
- name: redminenet
|
||||||
|
|
||||||
|
@ -522,8 +528,6 @@
|
||||||
site_name: "spaceapi.n39.eu"
|
site_name: "spaceapi.n39.eu"
|
||||||
proxy_preserve_host: "On"
|
proxy_preserve_host: "On"
|
||||||
notify: Restart apache2
|
notify: Restart apache2
|
||||||
tags:
|
|
||||||
- dev
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: Restart prosody
|
- name: Restart prosody
|
||||||
|
|
Loading…
Reference in a new issue