- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 106 for composeUp (0.08 seconds)
-
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/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) -
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) -
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) -
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) -
docs/ko/docs/deployment/docker.md
#### ๋จ์ํ ์ฑ { #a-simple-app } ์ ํ๋ฆฌ์ผ์ด์ ์ด **์ถฉ๋ถํ ๋จ์**ํด์ ํด๋ฌ์คํฐ๊ฐ ์๋ **๋จ์ผ ์๋ฒ**์์ ์คํํ ์ ์๋ค๋ฉด, ์ปจํ ์ด๋์ ํ๋ก์ธ์ค ๋งค๋์ ๋ฅผ ๋๊ณ ์ถ์ ์ ์์ต๋๋ค. #### Docker Compose { #docker-compose } **Docker Compose**๋ก ํด๋ฌ์คํฐ๊ฐ ์๋ **๋จ์ผ ์๋ฒ**์ ๋ฐฐํฌํ๋ ๊ฒฝ์ฐ, ๊ณต์ ๋คํธ์ํฌ์ **๋ก๋ ๋ฐธ๋ฐ์ฑ**์ ์ ์งํ๋ฉด์(Docker Compose๋ก) ์ปจํ ์ด๋ ๋ณต์ ๋ฅผ ๊ด๋ฆฌํ๋ ์ฌ์ด ๋ฐฉ๋ฒ์ด ์์ ์ ์์ต๋๋ค. ๊ทธ๋ ๋ค๋ฉด **ํ๋ก์ธ์ค ๋งค๋์ **๊ฐ ์ปจํ ์ด๋ ๋ด๋ถ์์ **์ฌ๋ฌ ์์ปค ํ๋ก์ธ์ค**๋ฅผ ์์ํ๋ **๋จ์ผ ์ปจํ ์ด๋**๋ฅผ ์ํ ์ ์์ต๋๋ค. ---Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 32.6K bytes - Click Count (0) -
tests/tests_all.sh
go mod tidy cd .. fi # SqlServer for Mac M1 if [[ -z $GITHUB_ACTION && -d tests ]]; then cd tests if [[ $(uname -a) == *" arm64" ]]; then MSSQL_IMAGE=mcr.microsoft.com/azure-sql-edge docker compose up -d --wait go install github.com/microsoft/go-sqlcmd/cmd/sqlcmd@latest || true for query in \ "IF DB_ID('gorm') IS NULL CREATE DATABASE gorm" \
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Jul 21 02:46:58 GMT 2025 - 1.6K bytes - Click Count (0) -
docs/tr/docs/project-generation.md
- ๐ฆ Dark mode desteฤi. - ๐ Geliลtirme ve production iรงin [Docker Compose](https://www.docker.com). - ๐ Varsayฤฑlan olarak gรผvenli password hashing. - ๐ JWT (JSON Web Token) authentication. - ๐ซ E-posta tabanlฤฑ ลifre kurtarma. - โ [Pytest](https://pytest.org) ile testler. - ๐ Reverse proxy / load balancer olarak [Traefik](https://traefik.io).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/es/docs/project-generation.md
- ๐ฆ Soporte para modo oscuro. - ๐ [Docker Compose](https://www.docker.com) para desarrollo y producciรณn. - ๐ Hashing seguro de contraseรฑas por defecto. - ๐ Autenticaciรณn con tokens JWT. - ๐ซ Recuperaciรณn de contraseรฑas basada en email. - โ Pruebas con [Pytest](https://pytest.org). - ๐ [Traefik](https://traefik.io) como proxy inverso / load balancer.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.1K bytes - Click Count (0)