mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 05:04:17 -06:00
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
|