Skip to content

Commit

Permalink
Moved PHP docker to the PHP repository (#143)
Browse files Browse the repository at this point in the history
* Moved php docker stuff to the php repository

* Downgrade ES as new PHP server uses old ES

---------

Co-authored-by: PGijsbers <[email protected]>
  • Loading branch information
josvandervelde and PGijsbers authored Oct 10, 2024
1 parent 5065025 commit dd9682c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 2,291 deletions.
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

0 comments on commit dd9682c

Please sign in to comment.