Skip to content

Commit

Permalink
Move clerk-frontend to correspond with package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Sep 7, 2020
1 parent d11ceca commit b50b106
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,21 @@ services:
- WAARDEPAPIEREN_CONFIG=/app/configuration/waardepapieren-verblijfplaatshistorie-config-compose-travis.json
# Ignore self-signed ephemeral cert issues
- NODE_TLS_REJECT_UNAUTHORIZED=0
clerk-frontend:
haarlem-frontend:
build:
context: clerk-frontend/
context: haarlem-frontend/
args:
- CERTIFICATE_HOST=http://$CERT_HOST_IP:8880
links:
- IPV8_HOST=http://$CERT_HOST_IP
depends_on:
- waardepapieren-service
ports:
- 443:443
- 8880:8880
- 443:443
- 8880:8880
healthcheck:
test: service nginx status
volumes:
- ./clerk-frontend/nginx/certs:/etc/nginx/certs:ro
- ./haarlem-frontend/nginx/certs:/etc/nginx/certs:ro
mock-nlx:
image: nlxio/outway:latest
volumes:
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.

0 comments on commit b50b106

Please sign in to comment.