mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-07-09 12:37:13 -06:00
Docker Test
mock
Dockerfile
docker-compose.yaml
dockertest-test-http-container_latest.tar.gz
MockDB
__pycache__
djangotutorial
AfterMergeCodeapceTestResults.png
GetSchedulePackager.py
README.md
ReadDB.py
TestResultsCodeSpace.png
interview_database.xlsx
main.py
postSelectAppointment.py
testhttp.py
11 lines
182 B
YAML
11 lines
182 B
YAML
services:
|
|
test-http-container:
|
|
container_name: test-http-container
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./mock:/app
|
|
build: .
|
|
# networks:
|
|
# - testnet
|