1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 14:07:02 +09:00
Commit graph

203 commits

Author SHA1 Message Date
Grigory Efimov
888870f93d
Merge pull request #66 from anyproto/dependabot/pip/docker-generateconfig/requests-2.32.2
Bump requests from 2.31.0 to 2.32.2 in /docker-generateconfig
2024-05-31 15:14:36 -03:00
dependabot[bot]
7baa844b61
Bump requests from 2.31.0 to 2.32.2 in /docker-generateconfig
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 18:12:12 +00:00
Grigory Efimov
d932960389
Merge pull request #65 from anyproto/golangVersion
Dockerfile, Dockerfile-generateconfig-anyconf updated to golang:1.22
2024-05-31 15:06:31 -03:00
Grigory Efimov
8efed6f295
Dockerfile, Dockerfile-generateconfig-anyconf updated to golang:1.22 2024-05-31 14:58:06 -03:00
Grigory Efimov
168735d1da
Merge pull request #63 from anyproto/netcheck
netcheck
2024-05-31 14:03:22 -03:00
Grigory Efimov
18e92cac9b
OPS-473 added netcheck service 2024-05-30 19:34:24 -03:00
Grigory Efimov
339bfda8f2
fix Dockerfile-netcheck 2024-05-30 15:08:00 -03:00
Grigory Efimov
76ec4e825a
Merge branch 'main' into netcheck 2024-05-30 15:00:39 -03:00
Grigory Efimov
bb09c10c7b
Merge pull request #58 from anyproto/redisPort
docker-compose.yml fixed redis port
2024-05-17 13:59:37 -03:00
Grigory Efimov
67e873932f
docker-compose.yml fixed redis port 2024-05-17 13:58:13 -03:00
Grigory Efimov
b381b75543
updated CHANGELOG.md 2024-05-17 12:23:57 -03:00
Grigory Efimov
00d2bf1cdb
Merge pull request #57 from anyproto/mongo4x
Mongo4x
2024-05-17 12:20:36 -03:00
Grigory Efimov
be138faf23
fixed docker-generateconfig/setListenIp.py 2024-05-16 23:41:51 -03:00
Grigory Efimov
249adb5850
fixed README.md 2024-05-16 20:12:25 -03:00
Grigory Efimov
ba216e088b
fixed README.md 2024-05-16 20:09:46 -03:00
Grigory Efimov
0e04790ebc
README.md added "Getting Started" 2024-05-16 20:08:46 -03:00
Grigory Efimov
2e831456d6
moved all docs in wiki 2024-05-16 19:57:19 -03:00
Grigory Efimov
bbd27650e1
fix README.md 2024-05-16 19:35:21 -03:00
Grigory Efimov
ec1e0bbedd
Moved the documentation to the wiki 2024-05-16 19:09:48 -03:00
Grigory Efimov
9f30d1b508
README.md move Troubleshooting section in wiki 2024-05-16 17:23:51 -03:00
Grigory Efimov
ce8dad0efc
.env.common added EXTERNAL_LISTEN_HOST 2024-05-16 17:23:23 -03:00
Grigory Efimov
742ef0060c
Merge pull request #56 from anyproto/remove-any-sync-admin
removed any-sync-admin
2024-05-16 13:39:44 -03:00
Grigory Efimov
7b57295ff3
removed any-sync-admin 2024-05-16 13:37:13 -03:00
Grigory Efimov
ec15fe7d06
Merge pull request #52 from CzBiX/patch-1
Fix UDP ports mapping
2024-05-16 13:23:19 -03:00
Grigory Efimov
c3a7407958
added Dockerfile-netcheck 2024-05-16 13:20:42 -03:00
CzBiX
ea4bd985ae
Fix UDP ports mapping 2024-05-12 19:41:20 +08:00
Grigory Efimov
fd43c6f3be
Merge pull request #46 from dyumin/main
restart must be a string
2024-05-05 15:59:39 -03:00
dyumin
7ceba2bd97 restart must be a string 2024-05-05 21:17:11 +03:00
Grigory Efimov
851ef49bc7
Merge pull request #44 from anyproto/dockerComposeVersionIsObsolete
Remove version from docker as it is deprecated
2024-05-03 17:20:50 -03:00
Grigory Efimov
d97f23f266
Remove version from docker as it is deprecated 2024-05-03 17:15:24 -03:00
Grigory Efimov
1c74358e92
update CHANGELOG.md 2024-04-26 18:19:21 -03:00
Grigory Efimov
d69e9a4d64
README.md fixed 2024-04-26 18:16:15 -03:00
Grigory Efimov
4a102533c3
Merge pull request #42 from anyproto/37-create-bucket-unable-to-create-minio-bucket
added EXTERNAL_MINIO_PORT and EXTERNAL_MINIO_WEB_PORT
2024-04-26 18:12:05 -03:00
Grigory Efimov
9888da2f60
added EXTERNAL_MINIO_PORT and EXTERNAL_MINIO_WEB_PORT 2024-04-26 18:09:38 -03:00
Grigory Efimov
79ff5d8433
Merge pull request #41 from anyproto/fixQuicListen
Fix QUIC listening
2024-04-26 17:47:49 -03:00
Grigory Efimov
ed0520b39d
Fixed the generation of QUIC protocol listening addresses 2024-04-26 17:40:03 -03:00
Grigory Efimov
98d528ffaf
Merge pull request #40 from anyproto/ghcr.io-image-versions
added support prod,stage1 versions for ghcr docker images
2024-04-23 20:20:26 -03:00
Grigory Efimov
a9b8cfc429
added support prod,stage1 versions for ghcr docker images 2024-04-23 18:58:29 -03:00
Grigory Efimov
13035493b2
README.md fixed 2024-04-05 17:24:50 -03:00
Grigory Efimov
c5fb241eb7
CHANGELOG.md update 2024-04-05 17:02:57 -03:00
Grigory Efimov
ff5fb1c677
Merge pull request #34 from anyproto/mongoRs
Mongo setup refactoring
2024-04-05 16:50:52 -03:00
Grigory Efimov
78ac4eda72
docker-compose.yml fixed mongo rs init command 2024-04-05 16:27:07 -03:00
Grigory Efimov
7f4550450e
.env: removed mongo-{2,3}
UPGRADE.md: refactoring mongo upgrade command
2024-04-05 13:08:58 -03:00
Grigory Efimov
7b11efb32b
UPGRADE.md added mongo upgrade instruction 2024-04-05 11:52:34 -03:00
Grigory Efimov
eeb22a00ad
README.md fix UPGRADE.md link 2024-04-05 11:38:13 -03:00
Grigory Efimov
7f661ca332
Merge branch 'main' into mongoRs 2024-04-05 11:34:58 -03:00
Grigory Efimov
16569199e5
Merge pull request #33 from anyproto/syncWithProd
Sync with prod
2024-04-05 11:33:26 -03:00
Grigory Efimov
97ba90a057
docker-compose.yml: refactoring mongo - reduced to one instance 2024-04-05 11:32:09 -03:00
Grigory Efimov
e2e673d8db
UPGRADE.md: small fix 2024-04-05 11:31:59 -03:00
Grigory Efimov
7ab27baaed
refactoring md documentation files 2024-04-05 11:29:40 -03:00