Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[o365] Add system tests #1119

Merged
merged 2 commits into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
240 changes: 240 additions & 0 deletions packages/o365/_dev/deploy/docker/config.yml

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions packages/o365/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
version: '2.3'
services:
o365:
image: alpine
image: docker.elastic.co/observability/stream:v0.5.0
ports:
- 8080
environment:
PORT: "8080"
volumes:
- ./sample_logs:/sample_logs:ro
- ${SERVICE_LOGS_DIR}:/var/log
command: /bin/sh -c "cp /sample_logs/* /var/log/"
- ./config.yml:/config.yml
command:
- http-server
- --addr=:8080
- --config=/config.yml
100 changes: 0 additions & 100 deletions packages/o365/_dev/deploy/docker/sample_logs/01-exchange-admin.log

This file was deleted.

This file was deleted.

This file was deleted.

Loading