Skip to content

Releases: le-phare/docker-stack

v2.4.0

19 Jul 09:56
645adac
Compare
Choose a tag to compare

2.4.0 (2024-07-19)

Features

v2.3.2

15 Jan 09:25
ff627ac
Compare
Choose a tag to compare

2.3.2 (2024-01-15)

Bug Fixes

  • postgres: patch healthcheck to avoid 'role "root" does not exist' errors (#22) (6cdc5d0)

v2.0.0

15 Jan 09:26
ff627ac
Compare
Choose a tag to compare

What's Changed

  • ci(docker): setup docker image build by @aegypius in #1
  • chore: upgrade Caddy to 2.6.2 by @aegypius in #2
  • fix(proxy): caddy-docker-proxy new go module name, --caddyfile-path by @lucasmirloup in #4
  • chore: add healthchecks to services by @aegypius in #3
  • Adapt to Docker compose v2 bin by @jacbac in #5

New Contributors

Full Changelog: https://github.com/le-phare/docker-stack/commits/v2.0.0

v2.3.1

06 Oct 14:42
12c8b6a
Compare
Choose a tag to compare

2.3.1 (2023-10-06)

Bug Fixes

  • caddy: remove deprecated experimental_http3 option, upgrade to 2.7.4 (#19) (c4f9544)

v2.3.0

26 Jul 07:08
Compare
Choose a tag to compare

2.3.0 (2023-07-25)

Features

Bug Fixes

  • adminer: use PHP instead of cURL for container healthcheck (61fe1f9)

v2.2.0

12 Apr 12:38
c182f91
Compare
Choose a tag to compare

2.2.0 (2023-04-12)

Features

v2.1.1

05 Apr 11:27
c9535a4
Compare
Choose a tag to compare

2.1.1 (2023-04-05)

Bug Fixes

  • mysql: use debian variant of the image (d402aeb)

v2.1.0

05 Apr 11:19
f4539ca
Compare
Choose a tag to compare

2.1.0 (2023-04-05)

Features

  • add optional gitlab-runner service (3b33b1d)
  • always restart stack container (0085608)
  • cleanup stacks to keep only development stack (5af897d)
  • dev: add pgsql_13.yml (a8bd2e4)
  • networks: update networks to use only two (2a95bac)
  • pgsql: add postgresql 12 (f30566e)
  • proxy: bump caddy version to 2.5.2 (5daa218)
  • remove watchtower service (2abf6cd)
  • switch to official adminer image (0c1a52e)

Bug Fixes

  • adminer healtcheck (87dc9aa)
  • pgsql: add a default password to postgresql (5efc95f)
  • proxy: caddy-docker-proxy new go module name, double dash for caddyfile-path parameter (#4) (ca76378)
  • rename mariadb file to be coherent with other database versions (44d8d78)
  • update shebang for setup (73ec56e)

Miscellaneous Chores