0
0

Compare commits

...

1 Commits

Author SHA1 Message Date
8f22e562fc
WIP: networks with comment 2023-10-03 12:47:19 +02:00
2 changed files with 19 additions and 0 deletions

View File

@ -9,6 +9,9 @@ COMPOSE_FILE="compose.yml"
LETS_ENCRYPT_ENV=production 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_ONE_VERSION=v1
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10 SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
#SECRET_EXTRA_PASS_VERSION=v1 #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}