Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
geocontrib-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
geocontrib-docker
Commits
9b268675
Commit
9b268675
authored
3 years ago
by
your name
Browse files
Options
Downloads
Patches
Plain Diff
Doc + rename DOMAIN in DOMAINS
parent
dde799b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+9
-0
9 additions, 0 deletions
README.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
env.sample
+29
-0
29 additions, 0 deletions
env.sample
with
39 additions
and
1 deletion
README.md
0 → 100644
+
9
−
0
View file @
9b268675
# Déploiement de Geocontrib avec Docker
## Installation
Cloner le dépôt.
Créer une fichier .env en se basant sur le env.sample et corriger le contenu.
Modifier aussi config.json qui permet de configurer l'interface VueJS
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
9b268675
...
...
@@ -12,7 +12,7 @@ services:
image
:
neogeo/geocontrib:${GEOCONTRIB_VERSION}
environment
:
-
SECRET_KEY=${SECRET}
-
ALLOWED_HOSTS=${DOMAIN:-127.0.0.1}
-
ALLOWED_HOSTS=${DOMAIN
S
:-127.0.0.1}
-
DEBUG=${DEBUG:-False}
-
TIME_ZONE=Europe/Paris
-
LOG_LEVEL=${LOG_LEVEL:-INFO}
...
...
This diff is collapsed.
Click to expand it.
env.sample
0 → 100644
+
29
−
0
View file @
9b268675
#APPLICATION_NAME=Géocontrib
#APPLICATION_ABSTRACT=Site de GéoContrib
#MAGIC_IS_AVAILABLE=True
# Used in email templates
BASE_URL=https://localhost/
# Django ALLOWED_HOST comma separeted values
DOMAINS=localhost,127.0.0.1,geocontrib.dev.neogeo.fr
# Port the front will bind on host
#HTTP_PORT=80
FRONT_VERSION=latest
GEOCONTRIB_VERSION=latest
POSTGIS_VERSION=12-3.1-alpine
# Used to encrypt data in cookies
SECRET=CHANGE_ME
#DEBUG=True
#LOG_LEVEL=INFO
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=
EMAIL_PORT=
EMAIL_USE_TLS=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
DEFAULT_FROM_EMAIL=
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment