forked from toolshed/abra-test-recipe
Compare commits
2 Commits
0.1.0+1.20.0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
eae5fb5d29
|
|||
|
453db7121c
|
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: nginx:1.20.0
|
||||
image: nginx:1.21.0
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
@@ -21,7 +21,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.1.0+1.20.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.21.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
|
||||
- "backupbot.backup=true"
|
||||
|
||||
Reference in New Issue
Block a user