comparison 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
comparison
equal deleted inserted replaced
9778:b57b236c4f4e 9779:3847836c60b5
12 12
13 The application should now be accessible on your docker host under 13 The application should now be accessible on your docker host under
14 port 8080 (e.g. http://your-host:8080). 14 port 8080 (e.g. http://your-host:8080).
15 See docker/flys_user_file for credentials. 15 See docker/flys_user_file for credentials.
16 16
17 In case an Oracle database should be used, the server service has to be
18 build with a build-time argument:
19
20 $ docker-compose build --build-arg ORACLE=true server
17 21
18 Remote debugging: 22 Remote debugging:
19 23
20 To enable remote debugging of the artifact server, uncomment the respective 24 To enable remote debugging of the artifact server, uncomment the respective
21 lines in docker-compose.yml, recreate the service and e.g. attach with JDB: 25 lines in docker-compose.yml, recreate the service and e.g. attach with JDB:

http://dive4elements.wald.intevation.org