forked from toolshed/abra-test-recipe
Compare commits
1 Commits
main
...
network-co
Author | SHA1 | Date | |
---|---|---|---|
8f22e562fc |
@ -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
16
compose.env_comment.yml
Normal 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}
|
Loading…
x
Reference in New Issue
Block a user