/
githubmirror
/
compose
Обзор
Документация
Войти
/
githubmirror
/
compose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/e2e/fixtures/bridge/compose.yaml
31 строка
524 B
Guillaume Lours
add e2e tests for bridge convert and transformers ls commands
27 май 2025, 11:35
27 май 2025, 11:35
be83f63
Код
Авторство
О чём код?
services: serviceA: image: alpine build: . ports: - 80:8080 networks: - private-network configs: - source: my-config target: /etc/my-config1.txt serviceB: image: alpine build: . ports: - 8081:8082 secrets: - my-secrets networks: - private-network - public-network configs: my-config: file: my-config.txt secrets: my-secrets: file: not-so-secret.txt networks: private-network: internal: true public-network: {}