Commit Graph

277 Commits

Author SHA1 Message Date
0ee42bac29 build(Makefile): remove volumes on stop 2025-03-31 12:37:57 +02:00
e38e22a064 build(backend/Dockerfile): fix backend Dockerfile ENTRYPOINT 2025-03-28 17:30:45 +01:00
5fd52768bc build(Makefile): add list-projects target 2025-03-27 11:35:01 +01:00
123e9eb057 build(Makefile): fix shell and ghci targets for entrypoint 2025-03-27 11:30:54 +01:00
f784f645a6 docs(Makefile): add missing help entries for shell and ghci 2025-03-27 11:06:15 +01:00
aa664a5822 build(Makefile): hard-kill containers before cleaning images 2025-03-25 17:45:54 +01:00
f5d701a871 build(Makefile): start: exec instead of run 2025-03-25 17:41:07 +01:00
9c1b074adf build(Makefile): launch bash in shell-$SERVICE; add ghci target 2025-03-25 17:27:21 +01:00
020486819f build(Makefile): add shell-$SERVICE target 2025-03-25 17:15:31 +01:00
69b5818427 build(Makefile): remove images too on clean-all 2025-03-25 15:46:39 +01:00
e5e7612e9b build(Makefile): Clean containers on clean-all 2025-03-25 15:44:00 +01:00
e7c7ec7a82 docs(Makefile): add help messages 2025-03-25 15:33:45 +01:00
d55efd77f7 build(Makefile): rework help and clean 2025-03-25 15:20:21 +01:00
72f5a9fb37 build: move backend-related files into backend dir; implement and connect services via docker-compose
TODOs left: reimplement clean and help, sync static,well-known and assets between services
2025-03-23 04:52:49 +01:00
f1ec60a5b6 build: start to rewrite containerized-Makefile logic for docker-compose; restructure frontend build 2025-03-23 01:44:38 +01:00
babee7afa2 build(Makefile): use static port and dir settings for memcached, minio and maildev 2025-03-18 14:02:46 +01:00
0cee6f01e8 build(Makefile): fortify PROD var 2025-03-18 14:02:09 +01:00
d33a792045 build(Makefile): remove SET_IMAGE in favour of LOCAL_CONTAINERFILE; use non-local postgres with launch args 2025-03-17 10:15:16 +01:00
553e699b56 build(Makefile): add maildev target for local testing 2025-03-10 16:31:33 +01:00
695bd18763 build(Makefile): implement compile-release for local release container builds 2025-03-08 16:13:07 +01:00
6f90c04b1b build(Makefile): only call make in containers when appropriate; use SET_IMAGE for postgres 2025-03-06 16:16:26 +01:00
20faec8973 build(Makefile): add dependencies targets as explicit prerequisite for compiles and starts 2025-03-06 11:31:40 +01:00
8104ce96cc build(Makefile): move yesod-bin and hpack installs to dependencies-backend for more robustness 2025-03-05 18:09:48 +01:00
396b365a31 build(Makefile): make backend compiles/starts dependent on .stack target 2025-03-05 18:07:37 +01:00
ff3d33bbf4 build(docker/backend): switch from Dockerfile-based yesod-bin+hpack install to Makefile-based install 2025-03-05 18:05:37 +01:00
eb67136c0c build(Makefile): really clean everything on clean-all 2025-03-04 16:35:58 +01:00
3151be6f41 build(Makefile): add documentation 2025-02-21 12:49:35 +01:00
61fb8b7ea9 build(Makefile): add help text for clean-images 2025-02-20 17:34:50 +01:00
0ecb342e8f build(Makefile): add clean-images target 2025-02-20 17:33:31 +01:00
8198559a94 build(Makefile): fill uniworxdb before starting backend 2025-02-20 16:14:52 +01:00
167872c332 build(Makefile): git push commits when releasing again 2025-02-14 16:10:01 +01:00
a04732b5fb build(Makefile): remove obsolete git push for release [skip ci] 2025-02-12 13:36:16 +01:00
20954b1351 build(Makefile): fix release target using correct template splice 2025-02-11 23:21:58 +01:00
7d621f0e0f build(Makefile): release - wait before tagging [skip ci] 2025-02-11 23:14:53 +01:00
965ae3da29 build(Makefile): push commit separately for release 2025-02-11 23:13:57 +01:00
019d6475c5 build(Makefile): fix release target 2025-02-10 14:07:46 +01:00
8e42e4140d docs(Makefile): add TODO [skip ci] 2025-02-05 11:50:29 +01:00
c487513116 docs(Makefile): add documentation for shell-ghci target [skip ci] 2025-02-04 13:28:08 +01:00
4ec521361d build(Makefile): fix release target [skip ci] 2025-02-03 18:30:58 +01:00
e997616e33 build(Makefile): chown PROJECT_DIR before building backend dependencies [skip ci] 2025-01-24 15:28:00 +01:00
c83ed1fc39 build(Makefile): eliminate MOUNT_DIR in favor of PROJECT_DIR [skip ci] 2025-01-24 02:39:28 +01:00
53226e6c6f build(Makefile): use 2 cores for backend dependencies [skip ci] 2025-01-24 02:20:07 +01:00
24046ef0fc build(Makefile): remove explicit uniworx.cabal dependency [skip ci] 2025-01-24 00:20:01 +01:00
8906f3d705 ci(azure-pipelines): use DS3 2025-01-23 15:08:15 +01:00
7a44af0a0b build(Makefile): limit dependency build to 3G mem 2025-01-23 12:29:00 +01:00
d030c5d0cc build(Makefile): restrict backend dependency builds to 1 cpu core 2025-01-23 11:00:03 +01:00
14b8406937 build(frontend): add dummy target for test-frontend 2025-01-22 12:02:36 +01:00
0c808ca393 build(frontend): add eslint 2025-01-21 19:03:33 +01:00
10a9d8c51d build(Makefile): rename CONTAINER_CMD -> IMAGE; remove unnecessary make calls in Dockerfile 2025-01-20 13:06:00 +01:00
a9fd747469 build(Makefile): avoid unnecessary double-static build for dependencies 2025-01-17 17:50:32 +01:00