8 Commits

Author SHA1 Message Date
Aseem Bansal
867007f209
chore: remove obsolete attribute from docker (#11573) 2024-10-09 20:52:50 +05:30
Davi Arnaut
995af4e980
fix(quickstart): remove unneeded init.sql (#10266) 2024-04-10 09:05:20 -07:00
RyanHolstien
ef637ccb37
fix(docker): fix versioning for compose file post release (#10176) 2024-04-01 15:01:09 -05:00
Harshal Sheth
5793467e29
feat(quickstart): remove container_name from compose files (#9809) 2024-02-09 20:45:30 -05:00
RyanHolstien
a62d52e6b1
feat(mysql): upgrade to version 8.2 for quickstart (#9241)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-11-22 13:54:12 -06:00
John Joyce
664bbd3ec6
fix(mysql-setup): update default mysql collation to utf8mb4_bin (#3459) 2021-10-26 11:23:11 -07:00
Harshal Sheth
6e762ce3bc
fix(docker): remove restart: always from docker-compose for consistency (#2338) 2021-04-05 12:45:24 -07:00
John Plaisted
b8e18b0b5d
refactor(docker): make docker files easier to use during development. (#1777)
* Make docker files easier to use during development.

During development it quite nice to have docker work with locally built code. This allows you to launch all services very quickly, with your changes, and optionally with debugging support.

Changes made to docker files:
- Removed all redundant docker-compose files. We now have 1 giant file, and smaller files to use as overrides.
- Remove redundant README files that provided little information.
- Rename docker/<dir> to match the service name in the docker-compose file for clarity.
- Move environment variables to .env files. We only provide dev / the default environment for quickstart.
- Add debug options to docker files using multistage build to build minimal images with the idea that built files will be mounted instead.
- Add a docker/dev.sh script + compose file to easily use the dev override images (separate tag; images never published; uses debug docker files; mounts binaries to image).
- Added docs/docker documentation for this.
2020-08-06 16:38:53 -07:00