44 Commits

Author SHA1 Message Date
ed742095c2
when building in development environment the docker container contains the built files, but files are read from local harddrive where the build folder is not present. We mount a drive for the build folder in development mode.
This happens since we always use the built variant of the database project since the table contains the filename - which then varies between js & ts
2021-08-24 18:01:22 +02:00
d130ad1677
resolved missmerge due to overcommited stuff 2021-08-23 12:39:41 +02:00
9e29613206
docker implementation of the migrations service "database" 2021-08-23 12:38:27 +02:00
89965c5f26
allow maria db to be reachable from outside the docker environment in the test environment 2021-08-22 13:16:05 +02:00
Moriz Wahl
281a6beadd Merge branch 'master' into 650-View-for-the-GDT-Transaction-List 2021-08-10 12:50:29 +02:00
einhornimmond
4fbc01b907 remove gdt from listTransactions because it is already in listGDTTransactions, prevent synchronous call to gdt server, prevent double modificator 2021-08-10 11:45:11 +02:00
einhornimmond
b018ae894b try with nginx, add Balance Model 2021-07-29 11:33:31 +02:00
2c5d780db4
docker-compose
github workflows publish & lint
2021-06-29 12:27:02 +02:00
einhornimmond
fa95b07731 switch to login-server running in ubuntu container
alpine container crash without reason
2021-06-29 10:48:30 +02:00
einhornimmond
69ac88ccf6 fill missing files 2021-06-16 16:06:31 +02:00
einhorn_b
dedcebdb95 fix bug, update dockerfiles to use dependencies without grpc 2021-06-04 12:27:19 +02:00
einhorn_b
c8ea858ba5 merge with master 2021-06-04 10:42:01 +02:00
einhornimmond
56ae1eb441 change volume name for build volume to force reparsing proto files and pages 2021-06-02 12:19:37 +02:00
einhorn_b
5c9741ebe3 test login server local success 2021-05-25 17:46:08 +02:00
einhorn_b
ff0c418c60 changes this time also for community server 2021-05-25 10:21:23 +02:00
einhornimmond
8574c07e90 Merge branch 'master' into login_build_alpine 2021-05-04 12:27:02 +02:00
einhorn_b
92d8316184 alpine build works 2021-05-04 11:16:56 +02:00
4eb712e217
fixed frontend production docker build & refactored frontend file structure
- frontend server runs on port 3000 by default
- frontend production docker build successfully runs & builds
- frontend production docker build is no longer reachable from the outside
- moved server.js in subfolder run/
2021-04-28 11:07:59 +02:00
einhorn_b
604755db15 rebuilding debug build strategie for minimum space and time requirements for user 2021-04-27 00:05:40 +02:00
einhorn_b
c458e226fb remove conan volume because no used here 2021-04-22 19:10:06 +02:00
einhorn_b
c463a15db2 use again prebuild dependencies, but with code mounted from filesystem 2021-04-22 19:09:04 +02:00
einhorn_b
db15f9c438 update login-server build, allow create user without group 2021-04-22 15:04:43 +02:00
e59e4dada7
removed community_server volume 2021-04-20 12:56:21 +02:00
einhornimmond
b63cf744fe Merge branch 'master' into stage2 2021-04-12 17:56:04 +02:00
einhornimmond
7e03c6204c fix login server build speed 2021-04-07 20:49:42 +02:00
6630c2c6dc
fix getBalance API call
make docker-compose debug setup listen to local changes of community server
2021-04-07 11:14:14 +02:00
einhornimmond
7787863c23 fix compose bug 2021-04-06 17:05:07 +02:00
einhornimmond
3358a25d4a
Merge branch 'master' into vue_with_nginx 2021-03-30 16:34:16 +02:00
einhornimmond
246b6487ba
Update docker-compose.override.yml
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-03-29 17:52:53 +02:00
einhornimmond
8c153ff255
Merge branch 'master' into build_on_run 2021-03-29 17:51:04 +02:00
einhornimmond
0da5279175 build login-server on docker-compose up in a docker volume so it rebuild only neccessary parts if some c++ files have changed 2021-03-29 17:47:55 +02:00
root
fdb46d5545 fix merge conflict 2021-03-26 12:27:55 +01:00
einhornimmond
c1e46d7cdd add additional docker container which is running skeema on startup to update dbs if they have changed, cleanup mariadb/Dockerfile 2021-03-24 20:19:16 +01:00
einhornimmond
eabf0621fc use vue-client with nginx, so no CORS problems shoud be occure 2021-03-18 14:15:11 +01:00
d82744bf4d
dont restart phpmyadmin when docker is started 2021-02-25 21:36:29 +01:00
21e30bf760
cleaned up docker-compose files 2021-02-24 19:38:50 +01:00
einhornimmond
de8f78c263 updates until now creation and transfer transactions with old frontend work in docker 2021-02-24 19:15:39 +01:00
einhornimmond
17c9b9fb8f change port for phpmyadmin because was conflicted with frontend 2021-02-18 15:42:59 +01:00
einhornimmond
9ee72fb8f2 add phpmyadmin for db debugging, fix mariadb code, insert use table at beginning of sql files 2021-02-18 13:27:19 +01:00
einhornimmond
c14f5d2e89 move nginx out of community_server because normally only on application is running in a docker container 2021-02-17 20:10:34 +01:00
einhornimmond
1323f16c17 work on login-server and community-server config 2021-02-17 16:45:53 +01:00
einhornimmond
46daa8fc8a adding my stuff for login_server and community_server 2021-02-16 14:23:53 +01:00
einhornimmond
8e04884ab0 add login server config files, insert my docker-compose code 2021-02-15 18:33:14 +01:00
ogerly
c86236fd24 docker-compose and frontend update 2021-02-11 15:55:04 +01:00