- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 104 for composeUp (0.2 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
buildscripts/upgrade-tests/compose.yml
Harshavardhana <******@****.***> 1718255291 -0700
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Jun 13 05:08:11 GMT 2024 - 1.4K bytes - Click Count (0) -
tests/compose.yml
moseszane168 <******@****.***> 1754280450 +0800
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Aug 04 04:07:30 GMT 2025 - 1.9K bytes - Click Count (0) -
docs/ko/docs/project-generation.md
- π¦ λ€ν¬ λͺ¨λ μ§μ. - π κ°λ° νκ²½κ³Ό νλ‘λμ (μ΄μ)μ μν [Docker Compose](https://www.docker.com). - π κΈ°λ³ΈμΌλ‘ μ§μλλ μμ ν λΉλ°λ²νΈ ν΄μ±. - π JWT (JSON Web Token) μΈμ¦. - π« μ΄λ©μΌ κΈ°λ° λΉλ°λ²νΈ 볡ꡬ. - β [Pytest](https://pytest.org)λ₯Ό μ΄μ©ν ν μ€νΈ. - π 리λ²μ€ νλ‘μ / λ‘λ λ°Έλ°μλ‘μμ [Traefik](https://traefik.io). - π’ Docker Composeλ₯Ό μ΄μ©ν λ°°ν¬ μ§μΉ¨: μλ HTTPS μΈμ¦μλ₯Ό μ²λ¦¬νκΈ° μν νλ‘ νΈμλ Traefik νλ‘μ μ€μ λ°©λ²μ ν¬ν¨.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.3K bytes - Click Count (0) -
docs/resiliency/docker-compose.yaml
Allan Roger Reid <******@****.***> 1734755085 -0800
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Dec 21 04:24:45 GMT 2024 - 2.2K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/SequentialExecutor.java
* #queue}, the Executor will complete its tasks, and then restore the interruption. This means * that once the Thread returns to the Executor that this Executor composes, the interruption * will still be present. If the composed Executor is an ExecutorService, it can respond to * shutdown() by returning tasks queued on that Thread after {@link #worker} drains the queue. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 10.6K bytes - Click Count (0) -
buildscripts/minio-upgrade.sh
## docker-compose on all runners COMPOSE_VERSION=v2.35.1 mkdir -p /tmp/gopath/bin/ wget -O /tmp/gopath/bin/docker-compose https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-x86_64 chmod +x /tmp/gopath/bin/docker-compose cleanup TAG=minio/minio:dev make docker MINIO_VERSION=RELEASE.2019-12-19T22-52-26Z docker-compose \Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Apr 21 16:24:31 GMT 2025 - 2.8K bytes - Click Count (0) -
.github/workflows/multipart/migrate.sh
#!/bin/bash set -x ## change working directory cd .github/workflows/multipart/ function cleanup() { docker-compose -f docker-compose-site1.yaml rm -s -f || true docker-compose -f docker-compose-site2.yaml rm -s -f || true for volume in $(docker volume ls -q | grep minio); do docker volume rm ${volume} || true done docker system prune -f || true docker volume prune -f || true
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon May 27 19:17:46 GMT 2024 - 4.3K bytes - Click Count (0) -
.github/workflows/run-mint.sh
## always pull latest docker pull docker.io/minio/mint:edge docker-compose -f minio-${MODE}.yaml up -d sleep 1m docker system prune -f || true docker volume prune -f || true docker volume rm $(docker volume ls -q -f dangling=true) || true # Stop two nodes, one of each pool, to check that all S3 calls work while quorum is still there [ "${MODE}" == "pools" ] && docker-compose -f minio-${MODE}.yaml stop minio2Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Jan 20 14:49:07 GMT 2025 - 1.9K bytes - Click Count (0) -
.github/workflows/mint.yml
docker-compose -f ${GITHUB_WORKSPACE}/.github/workflows/mint/minio-${mode}.yaml down || true docker-compose -f ${GITHUB_WORKSPACE}/.github/workflows/mint/minio-${mode}.yaml rm || true done docker-compose -f ${GITHUB_WORKSPACE}/.github/workflows/multipart/docker-compose-site1.yaml rm -s -f || trueCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 2.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/FunctionsTest.java
Function<? super String, Integer> g = new HashCodeFunction(); Function<Float, String> f = Functions.forMap(m, "F"); Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f); Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); // Might be nice (eventually) to have: // assertEquals(c1, c2); // But for now, settle for this:
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 16.2K bytes - Click Count (0)