mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-07-07 19:47:14 -06:00
init^
This commit is contained in:
10
Docker Test/docker-compose.yaml
Normal file
10
Docker Test/docker-compose.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
test-http-container:
|
||||
container_name: test-http-container
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./mock:/app
|
||||
build: .
|
||||
networks:
|
||||
- testnet
|
Reference in New Issue
Block a user