Claus-Peter Hübner
0b410fd5fd
oel convert
2022-09-23 00:50:07 +02:00
Claus-Peter Hübner
afd123e133
correct the merge-conflict solving
2022-07-27 01:09:55 +02:00
Claus-Peter Hübner
9ff2105fd4
Merge remote-tracking branch 'origin/master' into
...
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-07-27 01:02:00 +02:00
Claus-Peter Hübner
7ef6a45f20
Merge remote-tracking branch 'origin/master' into
...
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-07-21 23:59:19 +02:00
Wolfgang Huß
5ee5aa0ab5
Remove the volumes we don't need and some comments
2022-07-21 15:20:02 +02:00
Wolfgang Huß
2d61025e29
Merge branch 'master' of github.com:gradido/gradido into 1904-mirror-volume-for-backend-log-files-in-docker
2022-07-21 13:38:55 +02:00
Wolfgang Huß
213b670f68
Provide volume for backend log-files in Docker, move the ones of nginx from dev Docker Compose to main
2022-07-21 11:04:19 +02:00
Wolfgang Huß
b7c49b2410
Change Docker Compose image names and add comments wy
2022-07-18 12:24:29 +02:00
Wolfgang Huß
741370fdbc
Remove 'image' entries in 'docker-compose.override.yml' and 'docker-compose.yml' files
2022-07-12 18:56:13 +02:00
elweyn
e5c3c3c57a
Removed community_server folder, removed reference to community_server.
2022-02-02 14:42:23 +01:00
Moriz Wahl
2a26e11756
remove login server from docker-compose
2022-01-31 13:38:19 +01:00
44da4ea433
adjusted docker nginx to match the current deployment configuration
2022-01-12 21:21:22 +01:00
d583b72884
database requires external-net to fetch packages
2021-12-09 22:57:57 +01:00
Moriz Wahl
a3e8ca49e5
diable authentication
2021-11-17 13:26:18 +01:00
Moriz Wahl
990aabfd0c
Merge branch 'master' into setup-admin-interface
2021-11-17 13:04:56 +01:00
9de2c9eab6
make login server reachable from outside in test environment
2021-11-05 00:26:41 +01:00
Moriz Wahl
40f2dcc85c
dockerfile, docker-compose and nginx
2021-10-26 08:35:50 +02:00
c65ac49594
- removed skeema
...
- simplified mariadb docker container & reduced context(build time)
- datapoint for docker group into migration
- removed unused node docker definitions from docker-compose
2021-10-21 04:49:19 +02:00
Moriz Wahl
d6279370fd
try to get things working. Backend does not find database build
2021-10-18 21:07:52 +02:00
da57754649
properly bind database volumes, make database directories in container and copy required node_modules folders for production
2021-10-12 01:28:32 +02:00
4025c4aff9
run database in test mode when in development mode
2021-10-02 12:33:17 +02:00
einhornimmond
ce725b1032
Merge pull request #864 from gradido/docker_skeema_without_rebuild
...
docker skeema: mount sql files folder dynamic
2021-09-21 11:19:29 +02:00
einhorn_b
39ef88d8e7
update skeema for working also in test and production
2021-09-20 19:21:33 +02:00
einhorn_b
3286835f44
mount sql files folder dynamic
2021-09-20 11:36:01 +02:00
4a2ee3d162
remove nuxt reference, we do not use nuxt
2021-09-15 10:20:00 +02:00
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