Skip to content

Commit

Permalink
Move client/nginx_stub dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 1, 2023
1 parent 7e8f50f commit b83bff5
Show file tree
Hide file tree
Showing 108 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

nginx:
build:
context: sources/nginx_stub
context: test/nginx_stub
container_name: test_dashboard_nginx
depends_on:
- client
Expand All @@ -23,7 +23,7 @@ services:
user: nobody
build:
args: [ COMMIT_SHA ]
context: sources/client
context: test/client
container_name: test_dashboard_client
depends_on:
- server
Expand All @@ -33,7 +33,7 @@ services:
restart: "no"
tmpfs: /tmp
volumes:
- ./sources/client:/app:ro
- ./test/client:/dashboard:ro
- ./test:/test:ro

server:
Expand Down
6 changes: 3 additions & 3 deletions sh/create_docker_compose_yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
nginx:
build:
context: $(sources_dir)/nginx_stub
context: test/nginx_stub
container_name: test_dashboard_nginx
depends_on:
- $(client_name)
Expand All @@ -38,7 +38,7 @@ services:
user: $(client_user)
build:
args: [ COMMIT_SHA ]
context: $(sources_dir)/$(client_name)
context: test/$(client_name)
container_name: $(client_container)
depends_on:
- $(server_name)
Expand All @@ -48,7 +48,7 @@ services:
restart: "no"
tmpfs: /tmp
volumes:
- ./$(sources_dir)/$(client_name):/app:ro
- ./test/$(client_name):/dashboard:ro
- ./$(tests_dir):/test:ro
$(server_name):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b83bff5

Please sign in to comment.