mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Removed network suffix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# This template needs to be included in docker-compose.yml
|
||||
networks:
|
||||
{% if enable_central_database | bool %}
|
||||
central_{{ database_type }}_network:
|
||||
central_{{ database_type }}:
|
||||
external: true
|
||||
{% endif %}
|
||||
default_network:
|
||||
default:
|
||||
{{ "\n" }}
|
@@ -1,7 +1,7 @@
|
||||
# This template needs to be included in docker-compose.yml containers
|
||||
networks:
|
||||
default_network:
|
||||
default:
|
||||
{% if enable_central_database | bool %}
|
||||
central_{{ database_type }}_network:
|
||||
central_{{ database_type }}:
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
@@ -21,6 +21,6 @@
|
||||
timeout: 1s
|
||||
retries: 5
|
||||
networks:
|
||||
- default_network
|
||||
- default
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
@@ -19,6 +19,6 @@
|
||||
source: database
|
||||
target: /var/lib/postgresql/data
|
||||
networks:
|
||||
- default_network
|
||||
- default
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
@@ -13,5 +13,5 @@
|
||||
timeout: 3s
|
||||
retries: 30
|
||||
networks:
|
||||
- default_network
|
||||
- default
|
||||
{{ "\n" }}
|
Reference in New Issue
Block a user