Files
PINE/docker-compose.test.yml
Laura Glendenning d6aa00330d Add development updates.
Including:
1. Generated python documentat in docs/.
2. Starting a new python client in client/.
3. Moving testing data to test/.
4. The addition of Cypress UI tests and pytest tests in test/.
5. A number of bug fixes and improvements.
2020-07-30 11:59:05 -04:00

17 lines
277 B
YAML

# (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC.
version: "3"
services:
backend:
ports:
- "${BACKEND_PORT}:${BACKEND_PORT}"
eve:
ports:
- "${EVE_PORT}:${EVE_PORT}"
- "${MONGO_PORT}:${MONGO_PORT}"
volumes:
eve_test_db: