Skip to content

Commit fadd44f

Browse files
committed
removing volumes
1 parent 2cf0225 commit fadd44f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ services:
88
environment:
99
- PUBLIC_URL=${FRONTEND_PUBLIC_URL}
1010
- WDS_SOCKET_PORT=${WDS_SOCKET_PORT}
11-
volumes:
12-
- ./repo_refs/react1-app:/app
1311
api:
1412
build: ${API_BUILD_CONTEXT}
1513
ports:
@@ -22,8 +20,6 @@ services:
2220
- DATABASE_HOST=${DATABASE_HOST}
2321
- DATABASE_USERNAME=${DATABASE_USERNAME}
2422
- RAILS_ENV=${RAILS_ENV}
25-
volumes:
26-
- ./repo_refs/rails-app:/app
2723
healthcheck:
2824
test: ["CMD", "curl", "-f", "http://localhost:3000/api/ping"]
2925
interval: 10s
@@ -58,8 +54,6 @@ services:
5854
- WDS_SOCKET_PORT=${WDS_SOCKET_PORT}
5955
networks:
6056
- app-network
61-
volumes:
62-
- ./repo_refs/react2-app:/app
6357
nginx:
6458
image: nginx:alpine
6559
ports:

0 commit comments

Comments
 (0)