mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-06-15 05:14:20 -06:00
11 lines
194 B
YAML
11 lines
194 B
YAML
services:
|
|
bajacloud:
|
|
container_name: darkicewolf50/uofcbajacloud:latest
|
|
ports:
|
|
- 8080:8000
|
|
volumes:
|
|
- ./mock:/Interviews
|
|
build: .
|
|
# networks:
|
|
# - testnet
|