Commit Graph

7 Commits

Author SHA1 Message Date
56ef0a9b42
Unpin redis minor version and use alpine variant 2022-09-13 08:42:52 +01:00
29ea82dad5 Update postgres Docker tag to v14 2022-09-09 17:16:05 +01:00
d92d41d075
Use init to ensure the web container stops quicker
`sleep` discards a lot of signals, so we need the init system to do it for us
2022-07-29 15:41:23 +01:00
c3e0bdd8a2
Correctly expose ports to host 2022-07-29 09:01:43 +01:00
ed039ce6ed
Use postgres for project db 2022-07-28 20:41:30 +01:00
97d786e969
Move development into docker
This makes working with related services like redis much easier, and
helps start writing a production container
2022-07-28 14:42:12 +01:00
eae00318aa
Run local redis in docker
That feels like a bit less of a hack
2022-07-13 08:28:45 +01:00