Interview-Backend/Docker Test/docker-compose.yaml
2024-11-26 16:52:09 +00:00

11 lines
182 B
YAML

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