Skip to content

Commit

Permalink
post stg deploy compose fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SyniRon committed Nov 28, 2024
1 parent c23f8db commit 4cf212c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
- ./client/.env
volumes:
- ./server:/app
ports:
- "4001:4000"
working_dir: /app
command: /bin/sh -c "apk add curl && npm install && node server.js"
healthcheck:
Expand All @@ -23,8 +21,6 @@ services:
image: node:lts-alpine
volumes:
- ./client:/app
ports:
- "3001:3000"
env_file:
- ./client/.env
depends_on:
Expand Down

0 comments on commit 4cf212c

Please sign in to comment.