Compare commits
2 Commits
0.1.0+v3.3
...
0.2.0+v3.4
Author | SHA1 | Date | |
---|---|---|---|
2f60ed1ec5 | |||
5ba322a5f0 |
33
TODO.md
33
TODO.md
@ -1,33 +0,0 @@
|
|||||||
# TODO
|
|
||||||
|
|
||||||
## Must
|
|
||||||
|
|
||||||
- [x] Fix image uploads
|
|
||||||
- [x] Update recipe metadata
|
|
||||||
- [x] External OIDC server (+ move options to `.env.sample`)
|
|
||||||
- [x] Customisable Django `DJANGO_SECRET_KEY` and `DJANGO_SUPERUSER_PASSWORD`
|
|
||||||
- [ ] Versioned recipe release
|
|
||||||
- [x] `backup-bot-two` labels
|
|
||||||
- [x] Fix Django admin static files
|
|
||||||
|
|
||||||
## Should
|
|
||||||
|
|
||||||
- [ ] Move secrets to Docker secrets
|
|
||||||
- [ ] Postgres password
|
|
||||||
- [ ] y-provider key
|
|
||||||
- [ ] OIDC secret
|
|
||||||
- [ ] SMTP password
|
|
||||||
- [ ] Minio password / `AWS_S3_SECRET_ACCESS_KEY`
|
|
||||||
- [x] Initial setup documentation
|
|
||||||
- [x] Move Minio bootstrap & DB migrate to `abra.sh` commands
|
|
||||||
- [ ] Expose options in `.env.sample`:
|
|
||||||
- [ ] Branding
|
|
||||||
- [x] Logging
|
|
||||||
- [x] SMTP
|
|
||||||
- [ ] Increase image upload filesize
|
|
||||||
|
|
||||||
## Could
|
|
||||||
|
|
||||||
- [ ] External Minio service
|
|
||||||
- [ ] Recipe CI tests
|
|
||||||
- [ ] Configurable image upload filesize
|
|
14
compose.yml
14
compose.yml
@ -84,14 +84,14 @@ x-minio-env: &minio-env
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: lasuite/impress-frontend:v3.3.0
|
image: lasuite/impress-frontend:v3.4.2
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+v3.3.0"
|
- "coop-cloud.${STACK_NAME}.version=0.2.0+v3.4.2"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
@ -100,7 +100,7 @@ services:
|
|||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: lasuite/impress-backend:v3.3.0
|
image: lasuite/impress-backend:v3.4.2
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
@ -113,7 +113,7 @@ services:
|
|||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: lasuite/impress-backend:v3.3.0
|
image: lasuite/impress-backend:v3.4.2
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
command: ["celery", "-A", "impress.celery_app", "worker", "-l", "INFO"]
|
command: ["celery", "-A", "impress.celery_app", "worker", "-l", "INFO"]
|
||||||
@ -121,7 +121,7 @@ services:
|
|||||||
<<: [*common-env, *postgres-env, *yprovider-env]
|
<<: [*common-env, *postgres-env, *yprovider-env]
|
||||||
|
|
||||||
y-provider:
|
y-provider:
|
||||||
image: lasuite/impress-y-provider:v3.3.0
|
image: lasuite/impress-y-provider:v3.4.2
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
environment: *yprovider-env
|
environment: *yprovider-env
|
||||||
@ -153,7 +153,7 @@ services:
|
|||||||
mode: 0555
|
mode: 0555
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:5
|
image: redis:8
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
@ -194,7 +194,7 @@ services:
|
|||||||
backupbot.backup: "${ENABLE_BACKUPS:-true}"
|
backupbot.backup: "${ENABLE_BACKUPS:-true}"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx:1.27
|
image: nginx:1.29
|
||||||
configs:
|
configs:
|
||||||
- source: nginx_conf
|
- source: nginx_conf
|
||||||
target: /etc/nginx/conf.d/default.conf
|
target: /etc/nginx/conf.d/default.conf
|
||||||
|
Reference in New Issue
Block a user