generated from coop-cloud/example
Compare commits
3 Commits
0.3.0+1.21
...
main
Author | SHA1 | Date | |
---|---|---|---|
182edd374f | |||
96a5435d11 | |||
d699b3944e |
@ -16,5 +16,3 @@ SECRET_TEST_PASS_ONE_VERSION=v1
|
||||
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
|
||||
#SECRET_EXTRA_PASS_VERSION=v1
|
||||
#SECRET_LONG_SECRET_VERSION=v1
|
||||
|
||||
NETWORK_WITH_COMMENT=BAZ # should be removed
|
||||
|
@ -8,7 +8,6 @@ services:
|
||||
- TEST_ENV_STANZA=DING # should be removed
|
||||
networks:
|
||||
- proxy
|
||||
- net_with_comment
|
||||
volumes:
|
||||
- test-volume:/var/www
|
||||
secrets:
|
||||
@ -24,7 +23,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+1.21.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.1+1.21.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
|
||||
- "backupbot.backup=true"
|
||||
@ -56,5 +55,3 @@ volumes:
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
net_with_comment:
|
||||
name: ${NETWORK_WITH_COMMENT}
|
||||
|
1
release/0.3.0+1.21.0
Normal file
1
release/0.3.0+1.21.0
Normal file
@ -0,0 +1 @@
|
||||
A release note added after the release
|
Loading…
x
Reference in New Issue
Block a user