diff --git a/docker-compose.yml b/docker-compose.yml index cfbec7f..ea88ecb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: emstrack: build: - context: https://github.com/EMSTrack/EMSTrack-Django.git#devel + context: https://github.com/m2felix/EMSTrack-Django.git#devel-organizations-Fall2025 env_file: - settings.env #- local.env @@ -51,6 +51,8 @@ services: - app-network depends_on: - db + ports: + - "8000:8000" ##Added this line right here DjNGO Backend certbot: build: @@ -74,9 +76,9 @@ services: container_name: dashboard env_file: - settings.env - #- local.env # uncomment when running + #- local.env # uncomment when running ports: - - 8080:8080 # internal:external + - 8080:8080 # internal:external Frontend dashboard networks: - app-network @@ -100,6 +102,11 @@ services: - certbot-var:/var/lib/letsencrypt depends_on: - certbot + #- mqtt ##Added this line right here + #- emstrack ##Added this line right here + #- dashboard ##Added this line right here + + networks: - app-network