mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-26 04:56:01 -06:00
ContainerContents
Docker Test
Other Items
composetest
mock
Dockerfile
bajacloud.tar.gz
docker-compose.yaml
11 lines
169 B
YAML
11 lines
169 B
YAML
services:
|
|
bajacloud:
|
|
container_name: bajacloud
|
|
ports:
|
|
- 8080:8000
|
|
volumes:
|
|
- ./mock:/Interviews
|
|
build: .
|
|
# networks:
|
|
# - testnet
|