-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #900 from EsupPortail/develop
[DONE] #3.4.0
- Loading branch information
Showing
342 changed files
with
18,084 additions
and
12,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
max-parallel: 4 | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.