Mercurial > dive4elements > river
comparison docker/docker-compose.yml @ 9803:a440ebd5c23b 3.2.x tip
Avoid using outdated mod_wsgi in Docker setup
Run Wiki in standalone mode behind reverse proxy, which is provided by
a more up-to-date Apache web server. The wiki container is still based
on CentOS 7, because the included SSO integration component cannot be
build with more recent libraries.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 21 Aug 2024 16:54:17 +0200 |
parents | a00bb9d39c16 |
children |
comparison
equal
deleted
inserted
replaced
9802:a9641367812c | 9803:a440ebd5c23b |
---|---|
46 wiki: | 46 wiki: |
47 build: | 47 build: |
48 context: ./ | 48 context: ./ |
49 dockerfile: ./Dockerfile.wiki | 49 dockerfile: ./Dockerfile.wiki |
50 image: "d4e/river_wiki" | 50 image: "d4e/river_wiki" |
51 depends_on: | |
52 - client | |
53 volumes: | 51 volumes: |
54 - wiki-data:/opt/wiki/moin-1.9.9/wiki/data | 52 - wiki-data:/opt/wiki/moin-1.9.9/wiki/data |
55 - ./wikiconfig_local.py:/opt/wiki/moin-1.9.9/wikiconfig_local.py | 53 - ./wikiconfig_local.py:/opt/wiki/moin-1.9.9/wikiconfig_local.py |
54 proxy: | |
55 build: | |
56 context: ./ | |
57 dockerfile: ./Dockerfile.proxy | |
58 image: "d4e/river_proxy" | |
59 depends_on: | |
60 - client | |
61 - mapserv | |
62 - wiki | |
56 ports: | 63 ports: |
57 - 80 | 64 - 80 |
58 volumes: | 65 volumes: |
59 artifacts-data: | 66 artifacts-data: |
60 dgm-data: | 67 dgm-data: |