Skip to content

Commit

Permalink
Merge pull request #900 from EsupPortail/develop
Browse files Browse the repository at this point in the history
[DONE] #3.4.0
  • Loading branch information
ptitloup authored Oct 2, 2023
2 parents c4d132c + 4bc15e9 commit 7a87a4e
Show file tree
Hide file tree
Showing 342 changed files with 18,084 additions and 12,289 deletions.
11 changes: 8 additions & 3 deletions .env.dev-exemple
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
DJANGO_SUPERUSER_USERNAME=<USER>
DJANGO_SUPERUSER_PASSWORD=<PWD>
DJANGO_SUPERUSER_EMAIL=<MAIL>
ELASTICSEARCH_TAG=elasticsearch:7.17.7
### You can use internal registry
ELASTICSEARCH_TAG=elasticsearch:8.8.1
NODE_TAG=node:19
PYTHON_TAG=python:3.7-buster
REDIS_TAG=redis:alpine3.16
PYTHON_TAG=python:3.9-buster
REDIS_TAG=redis:alpine3.16
### DOCKER_ENV : You can specify light or full.
### In case of value changing, you have to rebuild and restart your container.
### All yours datas will be kept.
DOCKER_ENV=light
1 change: 1 addition & 0 deletions .github/workflows/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
max-parallel: 4
matrix:
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ Pictures credits
----------------------------
* default.svg: adapted from Play button Icon by [Freepik](https://www.freepik.com/free-vector) - Freepik License
* cookie.svg: [Broken oatmeal cookie created by pch.vector](https://www.freepik.com/vectors/logo) - Freepik License
* default-playlist.svg: Music, Note, Musical Note by [krzysztof-m](https://pixabay.com/fr/users/1363864/) - [Pixabay free for use & download licence](https://pixabay.com/fr/service/terms/)
Loading

0 comments on commit 7a87a4e

Please sign in to comment.