Modernize docker compose usage & language#4125
Modernize docker compose usage & language#4125neolefty wants to merge 4 commits intoSpeciesFileGroup:developmentfrom
Conversation
|
@LocoDelAssembly You mentioned a concern with the change in chat I think? |
|
Missed this one. File rename and removing version seems compatible with the docker version that comes with Ubuntu 22.04 LTS (still supported). However I'd remove the unzip mount point as it is not necessary. The version number was 2 because I think were using something that was removed in later versions, something related to health checks or detecting when the container is ready, but not currently needed since startup script in app container waits for db to come up before letting TW run. |
|
@neolefty Did you see? V (and comments)?
|
Done! Sorry I forgot about this until now. |
I think the old versions of
docker-composehave percolated out of dev environments by now, since v2 was released in 2020. See https://docs.docker.com/compose/releases/migratedocker-compose–>docker composedocker-compose.yml–>compose.ymlcompose.yml(it is causing warnings in the dev env)