Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web-team-iiti authored Aug 7, 2024
1 parent 9fe3d17 commit 2375289
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: "3.8"
services:
frontend:
image: lofowebteam/tpc_portal_frontend:44a67c9e2046f354fe24204d18a45fddbfe853de
restart: always
build: ./tpc-frontend/.
env_file:
- .env
ports:
- 3000:3000
backend:
image: lofowebteam/tpc_portal_backend:c33e7187b975035aeafffc76af5cac049ca46f8f
build: ./tpc-backend/.
restart: always
environment:
- PORT=5000
Expand Down Expand Up @@ -40,7 +39,6 @@ services:
pgadmin:
image: dpage/pgadmin4
container_name: pgadmin4_container
restart: always
ports:
- 8888:80
environment:
Expand Down

0 comments on commit 2375289

Please sign in to comment.