mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Removed network formatation bug
This commit is contained in:
parent
fa8ad4c306
commit
bac1be9c93
@ -149,13 +149,12 @@ services:
|
||||
- "webdav_data:/data"
|
||||
logging:
|
||||
driver: journald
|
||||
networks:
|
||||
- radicale
|
||||
depends_on:
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.203.254
|
||||
{% include 'templates/docker-container-networks.yml.j2' %}
|
||||
radicale:
|
||||
|
||||
fetchmail:
|
||||
image: ghcr.io/mailu/fetchmail:{{version_mailu}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This template needs to be included in docker-compose.yml containers
|
||||
networks:
|
||||
- {{docker_compose_project_name}}_network
|
||||
{{docker_compose_project_name}}_network:
|
||||
{% if enable_central_database | bool %}
|
||||
- central_{{ database_type }}_network
|
||||
central_{{ database_type }}_network:
|
||||
{% endif %}
|
Loading…
Reference in New Issue
Block a user