Skip to content
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
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:

php-api:
image: "openml/php-rest-api"
build:
context: ./docker/php/
ports:
- "8002:80"
depends_on:
Expand Down Expand Up @@ -47,7 +45,7 @@ services:
- database

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.4
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.23
container_name: "elasticsearch"
ports:
- "9200:9200"
Expand Down
25 changes: 0 additions & 25 deletions docker/php/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions docker/php/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docker/php/build_docker.sh

This file was deleted.

17 changes: 0 additions & 17 deletions docker/php/config/.htaccess

This file was deleted.

199 changes: 0 additions & 199 deletions docker/php/config/BASE_CONFIG-BLANK.php

This file was deleted.

28 changes: 0 additions & 28 deletions docker/php/config/api.conf

This file was deleted.

1 change: 0 additions & 1 deletion docker/php/config/headers.load

This file was deleted.

Loading