fix (container): changed compose to be more reflective of the deployment

This commit is contained in:
darkicewolf50 2024-12-21 15:33:51 -07:00
parent bdf23f34f6
commit 1c05204470

View File

@ -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