mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-06-15 13:24:19 -06:00
fix (container): changed compose to be more reflective of the deployment
This commit is contained in:
parent
bdf23f34f6
commit
1c05204470
@ -1,10 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
bajacloud:
|
bajacloud:
|
||||||
container_name: darkicewolf50/uofcbajacloud:latest
|
container_name: uofcbajacloud
|
||||||
|
image: darkicewolf50/uofcbajacloud:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080:8000
|
- 8080:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./mock:/Interviews
|
- ./L - Logistics/Interviews:/Interviews
|
||||||
build: .
|
# build: .
|
||||||
# networks:
|
# networks:
|
||||||
# - testnet
|
# - testnet
|
Loading…
x
Reference in New Issue
Block a user