This commit is contained in:
2024-11-23 12:00:42 -07:00
parent 3cd3091608
commit d41b86cf46
4 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,10 @@
services:
test-http-container:
container_name: test-http-container
ports:
- 8080:8080
volumes:
- ./mock:/app
build: .
networks:
- testnet