Mercurial > dive4elements > river
view docker/README @ 9739:414647dc6936 3.2.x
Add wiki to Docker setup
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 26 Jul 2022 16:56:38 +0200 |
parents | 492f8e615c38 |
children | d1dcb8d28b0d |
line wrap: on
line source
Configure: _ Change 'localhost' to the hostname of your docker host in artifacts/doc/conf/floodmap.xml and artifacts/doc/conf/rivermap.xml _ Change 'example.com' to the hostname of your docker host plus ':8082' in artifacts/doc/conf/conf.xml Build and run: $ cd docker $ docker-compose up The application should now be accessible on your docker host under port 8080 and path /d4e-river (e.g. http://your-host:8080/d4e-river). See docker/flys_user_file for credentials. TODO: _ Avoid having to change configuration manually _ Allow running artifact server with `-v $PWD:/opt/d4e/river' (currently this leads to missing h2 databases) _ Let all components log to stdout to enable useful usage of `docker logs' _ Something better than setting framework and http-client to a branch explicitly in the Dockerfiles