Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 138 for composeUp (0.18 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/testfixtures/TestFixturesPlugin.java

                composeExtension.setExecutable(
                    project.file("/usr/local/bin/docker-compose").exists() ? "/usr/local/bin/docker-compose" : "/usr/bin/docker-compose"
                );
    
                tasks.named("composeUp").configure(t -> {
                    // Avoid running docker-compose tasks in parallel in CI due to some issues on certain Linux distributions
                    if (BuildParams.isCi()) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 29 15:07:50 GMT 2021
    - 10.7K bytes
    - Click Count (0)
  2. 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)
  3. 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)
  4. 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)
  5. docs/orchestration/docker-compose/docker-compose.yaml

    Minio Trusted <******@****.***> 1757222050 +0000
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 07 05:14:10 GMT 2025
    - 1.5K bytes
    - Click Count (0)
  6. 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)
  7. 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)
  8. .github/workflows/multipart/docker-compose-site1.yaml

    Harshavardhana <******@****.***> 1696068836 -0700
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Sep 30 10:13:56 GMT 2023
    - 1.5K bytes
    - Click Count (0)
  9. .github/workflows/multipart/docker-compose-site2.yaml

    Harshavardhana <******@****.***> 1696068836 -0700
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Sep 30 10:13:56 GMT 2023
    - 1.5K bytes
    - Click Count (0)
  10. docs/orchestration/docker-compose/README.md

    ```sh
    docker-compose pull
    docker-compose up
    ```
    
    or
    
    ```sh
    docker stack deploy --compose-file docker-compose.yaml minio
    ```
    
    ### Windows
    
    ```sh
    docker-compose.exe pull
    docker-compose.exe up
    ```
    
    or
    
    ```sh
    docker stack deploy --compose-file docker-compose.yaml minio
    ```
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:29:55 GMT 2025
    - 3.3K bytes
    - Click Count (0)
Back to Top