Interview-Backend/Docker Test/docker-compose.yaml
2024-11-23 12:00:42 -07:00

11 lines
178 B
YAML

services:
test-http-container:
container_name: test-http-container
ports:
- 8080:8080
volumes:
- ./mock:/app
build: .
networks:
- testnet