Skip to content

Commit

Permalink
Remove rest test server
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 21, 2024
1 parent 1478e81 commit 3674ebb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,24 +84,6 @@ services:
networks:
- nginx


odbx_rest_test:
restart: always
build:
context: .
dockerfile: .docker/odbx_rest_test_Dockerfile
environment:
MAIN: main
OPTIMADE_CONFIG_FILE: /app/optimade_test_config.json
depends_on:
- mongo
volumes:
- sockets:/tmp/
- ./logs:/app/logs/
- /data/structure_repository/:/data/
networks:
- nginx

odbx_index:
restart: always
build:
Expand Down

0 comments on commit 3674ebb

Please sign in to comment.