Skip to content

Commit

Permalink
Simplify test docker
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis committed Apr 13, 2023
1 parent 86209e3 commit 0f7a629
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions integrations/nginx/test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,8 @@ services:
networks:
- opensearch-net
nginx:
image: nginx:latest
volumes:
# - ./nginx-otel/opentelemetry_module.conf:/etc/nginx/conf.d/opentelemetry_module.conf
- ./nginx-otel/default.conf:/etc/nginx/conf.d/default.conf
ports:
- 8080:80
image: kscarlett/nginx-log-generator:latest
depends_on:
- flask-app
- fluentbit
networks:
- opensearch-net # All of the containers will join the same Docker bridge network
Expand All @@ -80,22 +74,6 @@ services:
condition: service_healthy
networks:
- opensearch-net
redis:
image: redis
ports:
- 6357:6357
networks:
- opensearch-net
flask-app:
build: flask-app
ports:
- 5000:5000
depends_on:
- redis
volumes:
- ./flask-app/app.py:/code/app.py
networks:
- opensearch-net

volumes:
opensearch:
Expand Down

0 comments on commit 0f7a629

Please sign in to comment.