Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 2.14.2 #14

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
###################################
##############################################
# PARAMETRES DE PERSONALISATION D'UNE INSTANCE
###################################
##############################################

# Les principaux paramètres utiles pour configurer une instance sont placés dans cette section

# version des application (cf docs/changelog.md pour voir les versions précises des applications)
GDS_VERSION="current"
# version des applications (cf docs/changelog.md pour voir les versions précises des applications)
GDS_VERSION="main"
GDS_REPOSITORY="ghcr.io/pnx-si"

# IMAGES APPS
USERSHUB_IMAGE=ghcr.io/pnx-si/usershub:2.3.4
TAXHUB_IMAGE=ghcr.io/pnx-si/taxhub:1.12.1
ATLAS_IMAGE=ghcr.io/pnx-si/geonature-atlas:1.60
GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend-extra:2.13.2
GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend-extra:2.13.2
USERSHUB_IMAGE=ghcr.io/pnx-si/usershub:2.4.3
TAXHUB_IMAGE=ghcr.io/pnx-si/taxhub:1.14.2
ATLAS_IMAGE=ghcr.io/pnx-si/geonature-atlas:1.6.2
GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend-extra:2.14.2
GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend-extra:2.14.2

# Nom de domaine
DOMAIN="mondomaine.org"

# prefixe pour le nom des container
# prefixe pour le nom des containers
PROJECT_NAME=gds
CONTAINER_NAME_PREFIX=${PROJECT_NAME}-
TRAEFIK_NETWORK_NAME=traefik_${PROJECT_NAME}
Expand Down
Loading