Commit graph

22 commits

Author SHA1 Message Date
Oliver Davies 4e255cd667 Ensure run.local files are located relative to the
...run file

Prevent erroring if `run` is being executed within a sub-directory, like
`assets`.
2024-07-31 01:20:30 +01:00
Oliver Davies 605849cb80 Rename the proxy network to proxy
This makes its intent clearer and avoids confusion with the `web`
service.
2024-05-10 23:57:44 +02:00
Oliver Davies abf76c50bb Update hostname to *.docker.localhost
Following updates in https://github.com/opdavies/traefik-development to
add HTTPS support to Docker Compose-based projects, this commit changes
the host name from `*.localhost` to `*.docker.localhost`.

This should allow each project to be available at
https://{project_name}.docker.localhost instead of
http://{project_name}.localhost.
2024-05-10 23:05:38 +02:00
Oliver Davies b0f7e872e9 Remove flake parts 2024-03-30 18:03:40 +00:00
Oliver Davies 98650ac11c Sort .gitignore paths 2024-02-18 23:13:46 +00:00
Oliver Davies 88af924ee4 Don't exit if the .env file is skipped 2023-12-18 20:58:31 +00:00
Oliver Davies baaf3bf16b refactor: add isDocker and isFlake to the
...Configuration DTO
2023-11-23 08:24:34 +00:00
Oliver Davies b1571f3174 refactor(run): change set statements
Use the long form name for each option instead of short hand names or a
combination of both - e.g. `set -eu` and `set -o pipefail`.
2023-11-22 21:53:50 +00:00
Oliver Davies 61d2ca0d76 fix: warning if run.local isn't preset 2023-11-18 08:40:43 +00:00
Oliver Davies 1a4eba7349 chore: switch to nixos-23.05 2023-10-24 17:26:30 +01:00
Oliver Davies fbfd751621 fix(run): local tasks override non-local tasks 2023-10-19 23:07:38 +02:00
Oliver Davies 08e81c5e16 feat(run): include any local tasks 2023-10-19 22:51:30 +02:00
Oliver Davies 7c95164fee feat(flake): ignore .direnv by default 2023-10-19 22:48:40 +02:00
Oliver Davies 02774b820b feat(gitignore): add additional ignored paths 2023-10-18 20:54:36 +02:00
Oliver Davies f58846ef20 feat(fractal): add GitHub Actions template 2023-10-08 17:38:52 +01:00
Oliver Davies aa3eeeb842 feat(gitignore): add comment 2023-10-08 17:38:09 +01:00
Oliver Davies 52bc0f14a4 fix(fractal): add missing steps 2023-10-08 17:24:31 +01:00
Oliver Davies 71175563cd fix(fractal): template error 2023-10-08 10:02:12 +01:00
Oliver Davies 764db99ef8 fix(fractal): start Docker Compose in CI 2023-10-08 09:59:03 +01:00
Oliver Davies 4b67b0edb1 fix(fractal): run inside the container 2023-10-08 09:52:50 +01:00
Oliver Davies f5a8c691f0 chore(run): replace justfiles with run files 2023-10-07 22:23:40 +01:00
Oliver Davies cfbdeb375e refactor(fractal): reorganise templates
Refs: OD-44
2023-09-25 00:17:41 +01:00