Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplified the structure #10

Open
wants to merge 34 commits into
base: wip-simpler-structure
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e8e7413
- moved to new eventuate-java-client
dartpopikyardo Jul 13, 2016
f24c7c7
updated maven .pom files
dartpopikyardo Jul 13, 2016
03bca6b
fixed maven build files for the instegration tests
dartpopikyardo Jul 14, 2016
9f1ee2b
- merged with upsteream/master
dartpopikyardo Oct 6, 2016
68f593f
added support for Eventuate Local
dartpopikyardo Oct 6, 2016
50e9dfb
added set-env script
dartpopikyardo Oct 6, 2016
bba171c
fixed api-gateway configuration
dartpopikyardo Oct 6, 2016
3539e95
added Eevenruate config to api-gateway (it needs for web-sockets)
dartpopikyardo Oct 6, 2016
1ac5397
fixed docker compose scripts for api-gateway
dartpopikyardo Oct 6, 2016
659309b
fixed logback files
dartpopikyardo Oct 7, 2016
6fd0942
Merge remote-tracking branch 'remotes/upstream/master'
dartpopikyardo Oct 7, 2016
1585a81
changed log level for "io.eventuate.activity" loggers
dartpopikyardo Oct 10, 2016
9b93659
-added Dockerfiles
dartpopikyardo Oct 11, 2016
daf6b1a
- merged with es-kanban-board-3
dartpopikyardo Oct 11, 2016
d8f7f53
- fixed docker-compose scripts
dartpopikyardo Oct 11, 2016
4d32f5e
fixed paths in docker-compose-common script
dartpopikyardo Oct 11, 2016
421c810
fixed docker-compose-common script
dartpopikyardo Oct 11, 2016
a82c619
added docker-compose build step to build-and-test-all script
dartpopikyardo Oct 11, 2016
675d7fb
simplified Dockerfiles
dartpopikyardo Oct 11, 2016
9a72406
simplified Dockerfiles
dartpopikyardo Oct 11, 2016
4b68945
fixed api-gateway Dockerfile
dartpopikyardo Oct 11, 2016
15b6503
Merge pull request #4 from dartpopikyardo/es-kanban-board-3
cer Oct 11, 2016
ee19462
Merge pull request #5 from dartpopikyardo/master
cer Oct 11, 2016
6407eb3
Misc changes
cer Oct 11, 2016
a9dd678
Merge remote-tracking branch 'remotes/upstream/master' into es-kanban…
dartpopikyardo Oct 25, 2016
2ccd3b6
Merge pull request #7 from dartpopikyardo/es-kanban-board-6
cer Oct 25, 2016
8f60762
- simplified services
dartpopikyardo Oct 26, 2016
f817cfc
- added Dockerfiles
dartpopikyardo Oct 28, 2016
08eb918
services configuration fixes
dartpopikyardo Oct 28, 2016
1dc9811
fixed aggregate names in the event classes
dartpopikyardo Oct 29, 2016
4a45cf9
fixed task-view-service properties
dartpopikyardo Oct 29, 2016
20a4c61
merged with upstream/master
dartpopikyardo Oct 29, 2016
b573bf1
removed standalone-service module,
dartpopikyardo Dec 23, 2016
5f3cce6
updated eventuate-local version
dartpopikyardo Dec 30, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed api-gateway Dockerfile
  • Loading branch information
dartpopikyardo committed Oct 11, 2016
commit 4b6894570250da51de4893552051101c94e5b1b1
2 changes: 1 addition & 1 deletion java-server/api-gateway-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM java:openjdk-8u91-jdk
CMD java ${JAVA_OPTS} -jar /app/api-gateway-service.jar
CMD java ${JAVA_OPTS} -jar api-gateway-service.jar
COPY build/libs/api-gateway-service.jar .