diff options
Diffstat (limited to 'stacks/.template/.env')
| -rw-r--r-- | stacks/.template/.env | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/stacks/.template/.env b/stacks/.template/.env index 4c7f7d8..d8fd2d5 100644 --- a/stacks/.template/.env +++ b/stacks/.template/.env @@ -3,13 +3,16 @@ # Stack Compose Variables # Namespace -_STACK= -_CONTAINER= +_STACK_0= +_CONTAINER_0= + +_STACK_1= +_CONTAINER_1= # Network -_NET= +_NET_0= +_NET_1= # Volumes -_DATA_VOLUME= -_CONFIG_VOLUME= -_CUSTOM_VOLUME= +_VOLUME_0= +_VOLUME_1= |
