view docker/README @ 9779:3847836c60b5 3.2.x

Improve backend build for different database backends Use profiles instead of multiple almost identical POMs. Introduce build-time argument for Docker build.
author Tom Gottfried <tom@intevation.de>
date Tue, 07 Feb 2023 16:11:43 +0100
parents 9bbb29142ddb
children a00bb9d39c16
line wrap: on
line source
Configure:
_ Add to gwt-client/config/mapfish/config.yaml to enable map printing:
  - !dnsMatch
    host: <your-host>
    port: 8080


Build and run:

$ cd docker
$ docker-compose up

The application should now be accessible on your docker host under
port 8080 (e.g. http://your-host:8080).
See docker/flys_user_file for credentials.

In case an Oracle database should be used, the server service has to be
build with a build-time argument:

$ docker-compose build --build-arg ORACLE=true server

Remote debugging:

To enable remote debugging of the artifact server, uncomment the respective
lines in docker-compose.yml, recreate the service and e.g. attach with JDB:
$ docker-compose up -d
$ jdb -attach <your-docker-host>:8787 -sourcepath<your-checkout>/artifacts/src/main/java


TODO:
_ Avoid having to change configuration manually
_ Something better than setting framework and http-client to a branch
  explicitly in the Dockerfiles

http://dive4elements.wald.intevation.org