We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe5c16 commit 9bfb33fCopy full SHA for 9bfb33f
2 files changed
docker-compose.yml
@@ -156,8 +156,8 @@ services:
156
- geoserver_native_libs:/mnt/geoserver_native_libs
157
environment:
158
- JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF -Xms256m -Xmx8g
159
- - GEOSERVER_CSRF_WHITELIST=georchestra-127-0-0-1.nip.io
160
env_file:
+ - ./envs/.envs-common
161
- ./envs/.envs-database-georchestra
162
- ./envs/.envs-database-datafeeder
163
restart: always
envs/.envs-common
@@ -1,4 +1,6 @@
1
# envs-common
2
FQDN=georchestra-127-0-0-1.nip.io
3
SMTPHOST=smtp
4
-SMTPPORT=25
+SMTPPORT=25
5
+
6
+GEOSERVER_CSRF_WHITELIST=georchestra-127-0-0-1.nip.io
0 commit comments