einhornimmond
|
00397454da
|
update e2e test
|
2024-09-04 12:27:36 +02:00 |
|
einhorn_b
|
e017150612
|
fix problems with lint and test
|
2023-09-13 21:07:37 +02:00 |
|
einhorn_b
|
2aee853f7a
|
start db setup for dlt-connector
|
2023-08-23 15:17:29 +02:00 |
|
einhorn_b
|
b4ab690760
|
add dlt-database as clone from database without the entities and migrations
|
2023-08-22 15:42:54 +02:00 |
|
Einhornimmond
|
2371ec4eef
|
add missing volume in composer
|
2023-07-09 10:08:51 +02:00 |
|
Einhornimmond
|
8d4c2ed7e6
|
copied from dht-node and reduced, added iota hello world test code
|
2023-07-04 13:59:06 +02:00 |
|
Claus-Peter Hübner
|
0d0d361358
|
docker and workflow files
|
2023-02-07 23:34:11 +01:00 |
|
|
|
789a26e2b2
|
Merge branch 'master' into 2509-feature-federation-separate-dht-node-as-new-modul
|
2023-01-12 16:05:34 +01:00 |
|
|
|
bc5106938e
|
docker
|
2023-01-12 16:01:54 +01:00 |
|
mahula
|
a58698e0fb
|
add fake mail server to docker.compose files for development and testing
|
2022-11-24 20:58:59 +01:00 |
|
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 |
|