Commit Graph

5 Commits

Author SHA1 Message Date
Vladimír Gorej
f9ecb01aa8 fix(docker): disallow embedding SwaggerUI served from docker by default (#9520) 2024-01-26 15:57:18 +01:00
Vladimír Gorej
1f7bb89217 refactor(docker): use templating to handle env variables (#8878)
Refs #8877
2023-06-02 16:05:08 +02:00
Vladimír Gorej
51f8ccb018 fix(docker): enable IPv6 explicitly by env variable (#8449)
Enabling IPv6 address and port for IPv6 addresses
caused backward incompatible issues in the docker image.
If one wants to use it, it must be turned on explicitly
with PORT_IPV6 env variable.

Refs #8447
Refs #8437
2023-03-07 14:38:07 +01:00
Daniil Leontiev
ec51dc38e9 refactor(dist): remove inline-code (#7905)
* apply /dist changes to /dev-helpers

* add missing "useBasicAuthenticationWithAccessCodeGrant: false" after merge conflict

Co-authored-by: akop <akop@ppi.de>
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-23 16:11:50 -07:00
Matthias Blümel
2879773f3f improvement(docker): migrate run.sh to docker-entrypoint.d-script (#7915) (#7916)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-21 15:25:56 -07:00