Added tests for network configuration option

This commit is contained in:
Igor Alexandrov
2024-10-01 20:24:28 +04:00
parent c917dd82cf
commit b6a10df56a
6 changed files with 49 additions and 0 deletions

View File

@@ -90,3 +90,11 @@ accessories:
# They are not created or copied before mounting:
volumes:
- /path/to/mysql-logs:/var/log/mysql
# Network
#
# The network the accessory will be attached to.
#
# Defaults to kamal:
network: custom

View File

@@ -176,3 +176,10 @@ logging:
# Alias configuration, see kamal docs alias:
aliases:
...
# Network
#
# The network the application will be attached to.
#
# Defaults to kamal:
network: custom

View File

@@ -103,3 +103,10 @@ proxy:
# By default, kamal-proxy will not forward the headers if the `ssl` option is set to `true`, and
# will forward them if it is set to `false`.
forward_headers: true
# Network
#
# The network the proxy container will be attached to.
#
# Defaults to kamal:
network: custom