mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-06-15 05:14:20 -06:00
11 lines
279 B
YAML
11 lines
279 B
YAML
services:
|
|
bajacloud:
|
|
container_name: uofcbajacloud
|
|
image: darkicewolf50/uofcbajacloud:latest
|
|
ports:
|
|
- 43443:8000
|
|
volumes:
|
|
- ./L - Logistics/Interviews:/Interviews
|
|
# networks:
|
|
# - testnet
|
|
build: . # do not include in delpoyment version |