Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 28, 2023
1 parent 9f47cb9 commit 2bfb26f
Show file tree
Hide file tree
Showing 17 changed files with 517 additions and 3,815 deletions.
10 changes: 8 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ services:
- ./node_modules:/srv/workspace/node_modules

uploader-client:
extends:
service: a_client
image: ${REGISTRY_NAMESPACE}databox-client-dev:${DOCKER_TAG}
build:
target: client-build
volumes:
- ./uploader/client:/srv/app
- ./uploader/client:/srv/workspace/uploader/client:rw
environment:
- WDS_SOCKET_PORT=443

expose-client:
extends:
service: a_client
image: ${REGISTRY_NAMESPACE}databox-client-dev:${DOCKER_TAG}
build:
target: client-build
Expand All @@ -31,11 +35,13 @@ services:
- WDS_SOCKET_PORT=443

databox-client:
extends:
service: a_client
image: ${REGISTRY_NAMESPACE}databox-client-dev:${DOCKER_TAG}
build:
target: client-build
volumes:
- ./databox/client:/srv/app
- ./databox/client:/srv/workspace/databox/client:rw
- ./lib/js:/lib/js
environment:
- WDS_SOCKET_PORT=443
Expand Down
Loading

0 comments on commit 2bfb26f

Please sign in to comment.