Skip to content

Commit

Permalink
chore(docker): add minio console mapping; remove web client from deve…
Browse files Browse the repository at this point in the history
…lopment compose
  • Loading branch information
ananyo141 committed Jul 21, 2024
1 parent 3b186e4 commit 762647f
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ services:
ports:
- "8003:9001" # Web Interface
- "9000:9000" # For s3 access
- "9001:9001" # For minio console
networks:
- video-sharing-platform

Expand Down Expand Up @@ -192,26 +193,26 @@ services:
- video-sharing-platform

# Web Client #
web-client:
develop:
watch:
- action: sync
path: ./web-client/src
target: /app/src
ignore:
- node_modules/
- .next/
- action: rebuild
path: package.json
build:
context: ./web-client
dockerfile: dev.dockerfile
depends_on:
- traefik
labels:
- "traefik.http.routers.web-client.rule=PathPrefix(`/`)"
networks:
- video-sharing-platform
# web-client:
# develop:
# watch:
# - action: sync
# path: ./web-client/src
# target: /app/src
# ignore:
# - node_modules/
# - .next/
# - action: rebuild
# path: package.json
# build:
# context: ./web-client
# dockerfile: dev.dockerfile
# depends_on:
# - traefik
# labels:
# - "traefik.http.routers.web-client.rule=PathPrefix(`/`)"
# networks:
# - video-sharing-platform
# --- END --- #

networks:
Expand Down

0 comments on commit 762647f

Please sign in to comment.