28 Commits

Author SHA1 Message Date
dependabot[bot]
4a5abba1f2 build(deps): bump redis from 7-alpine to 8-alpine
Bumps redis from 7-alpine to 8-alpine.

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 8-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27 11:56:36 +00:00
FuzzyGrim
23750cc614 add TZ to example compose file 2025-05-16 00:30:14 +02:00
stignarnia
d139a37122 Add CSRF environment variable for use behind reverse proxies (#250)
* Update settings.py to support setting CSRF trusted origins via environment variable

* Add localhost as allowed host by default as it's always needed

* Add localhost as allowed host by default as it's always needed

* Update README.md to reflect the addition of the CSRF environment variable

* Append localhost if it's not in allowed hosts

* Localhost is now automatically added

* Localhost is now automatically added

* Localhost is now automatically added
2024-11-03 17:27:33 +01:00
FuzzyGrim
ffc89bb1fc update docker compose files 2024-03-18 19:44:13 +01:00
FuzzyGrim
67dc4a8af1 separate redis from src 2024-03-04 18:56:30 +01:00
FuzzyGrim
45ef31db97 only show required env vars in docker compose 2023-10-02 20:40:29 +02:00
FuzzyGrim
e5dafcdc56 support custom number of gunicorn workers 2023-09-30 17:05:54 +02:00
FuzzyGrim
a70875ad98 change default puid and guid to 1000 2023-09-29 21:02:17 +02:00
FuzzyGrim
58be15833c cleaning docker-compose yaml files 2023-09-28 15:43:04 +02:00
FuzzyGrim
6427cf3732 change save images locally to use external cdns 2023-09-27 22:57:48 +02:00
FuzzyGrim
5615f8258e change docker directory name to yamtrack 2023-08-26 20:55:47 +02:00
FuzzyGrim
5e752fe3e4 update SECRET env var 2023-07-13 16:34:27 +02:00
FuzzyGrim
21c7b3af28 update ENV VARS 2023-07-13 16:30:29 +02:00
FuzzyGrim
9544533225 rename project to Yamtrack 2023-04-11 13:22:33 +02:00
FuzzyGrim
e862afa185 add TZ env var 2023-04-11 13:14:49 +02:00
FuzzyGrim
bbcb36aba3 remove assets folder, separate media and assets 2023-03-07 12:41:32 +01:00
FuzzyGrim
6460f02717 remove nginx and serve static files with uwsgi 2023-03-05 22:12:58 +01:00
FuzzyGrim
9a8006a83b add restart field to compose 2023-02-11 14:31:06 +01:00
FuzzyGrim
694ea3cb29 add cookies over https with env var 2023-02-10 18:49:35 +01:00
FuzzyGrim
d3512989b8 include nginx on main image 2023-02-01 13:54:15 +01:00
FuzzyGrim
a08ba21350 update compose template 2023-01-28 17:53:56 +01:00
FuzzyGrim
88d55705d1 create parent assets folder for static and media 2023-01-27 22:12:01 +01:00
FuzzyGrim
aaa129edf8 add allowed_hosts env var 2023-01-27 20:52:36 +01:00
FuzzyGrim
07dc20b8ea add PUID and PGID support 2023-01-27 20:50:13 +01:00
FuzzyGrim
7b2df63fd2 add gateway docker config 2023-01-26 16:53:36 +01:00
FuzzyGrim
336fa4ef71 separate db with static 2023-01-26 12:24:08 +01:00
FuzzyGrim
78825702e8 move database to data folder for docker persistance volume 2023-01-26 12:24:08 +01:00
FuzzyGrim
f5885f8469 create docker setup 2023-01-26 12:24:07 +01:00