Clark Boylan cab0b13f5c Use docker-compose for container execs in gitea
In preparation for a switch from docker-compose to docker compose (with
a shim so that docker-compose is docker compose) we switch away from
direct docker exec to using docker-compose exec because the two
different compose implementations use different container names. This
way we shouldn't need to lookup container names at runtime or have
special casing depending on which system we want to use. Instead the
compose runtime will find the correct container to exec in based on the
human readable name in our config file.

Change-Id: I5ffb0007997dfdf2da67df3ada5db4534dc383a7
2024-12-13 12:17:44 -08:00
..
2023-04-19 09:53:10 +10:00
2022-02-25 17:27:35 +11:00
2022-06-28 18:41:17 +10:00
2024-06-28 08:15:41 +10:00
2023-04-19 09:53:10 +10:00
2022-09-15 19:21:33 -07:00
2022-02-01 13:52:47 -08:00
2024-09-18 16:37:40 -07:00
2022-02-10 13:24:42 -08:00
2022-02-01 13:52:47 -08:00
2022-10-20 09:00:43 +11:00