Mercurial > dive4elements > river
comparison docker/README @ 9800:5141e37b9ef0 3.2.x
Fixup rev. 75dc4ea60938 which changed service name
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 23 Nov 2023 10:10:26 +0100 |
parents | a00bb9d39c16 |
children | 1d7a72a50183 |
comparison
equal
deleted
inserted
replaced
9799:d2a8025c3a7c | 9800:5141e37b9ef0 |
---|---|
19 See docker/flys_user_file for credentials. | 19 See docker/flys_user_file for credentials. |
20 | 20 |
21 In case an Oracle database should be used, the server service has to be | 21 In case an Oracle database should be used, the server service has to be |
22 build with a build-time argument: | 22 build with a build-time argument: |
23 | 23 |
24 $ docker-compose build --build-arg ORACLE=true server | 24 $ docker-compose build --build-arg ORACLE=true artifacts |
25 | 25 |
26 Remote debugging: | 26 Remote debugging: |
27 | 27 |
28 To enable remote debugging of the artifact server, uncomment the respective | 28 To enable remote debugging of the artifact server, uncomment the respective |
29 lines in docker-compose.yml, recreate the service and e.g. attach with JDB: | 29 lines in docker-compose.yml, recreate the service and e.g. attach with JDB: |