0
0

WIP: networks with comment

This commit is contained in:
decentral1se 2023-10-03 12:47:19 +02:00
parent eae5fb5d29
commit 8f22e562fc
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 19 additions and 0 deletions

View File

@ -9,6 +9,9 @@ COMPOSE_FILE="compose.yml"
LETS_ENCRYPT_ENV=production
NET_WITH_COMMENT=foo # bar
NET_WITH_COMMENT_TWO=baz # bing=bong
SECRET_TEST_PASS_ONE_VERSION=v1
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
#SECRET_EXTRA_PASS_VERSION=v1

16
compose.env_comment.yml Normal file
View File

@ -0,0 +1,16 @@
---
version: "3.8"
services:
app:
networks:
- net_comment_one
- net_comment_two
networks:
net_comment_one:
external: true
name: ${NETWORK_WITH_COMMENT}
net_comment_two:
external: true
name: ${NETWORK_WITH_COMMENT_TWO}