Mercurial > dive4elements > river
comparison docker/docker-compose.yml @ 9791:a00bb9d39c16 3.2.x
Drop explicit host ports
Compose will automatically allocate unassigned ports. These can be looked
up e.g. using `docker compose port'. Enables using several "instances"
of the application with different project names
(`docker compose -p <project name>').
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 20 Jul 2023 10:35:10 +0200 |
parents | 75dc4ea60938 |
children | a440ebd5c23b |
comparison
equal
deleted
inserted
replaced
9790:75dc4ea60938 | 9791:a00bb9d39c16 |
---|---|
52 - client | 52 - client |
53 volumes: | 53 volumes: |
54 - wiki-data:/opt/wiki/moin-1.9.9/wiki/data | 54 - wiki-data:/opt/wiki/moin-1.9.9/wiki/data |
55 - ./wikiconfig_local.py:/opt/wiki/moin-1.9.9/wikiconfig_local.py | 55 - ./wikiconfig_local.py:/opt/wiki/moin-1.9.9/wikiconfig_local.py |
56 ports: | 56 ports: |
57 - 8080:80 | 57 - 80 |
58 volumes: | 58 volumes: |
59 artifacts-data: | 59 artifacts-data: |
60 dgm-data: | 60 dgm-data: |
61 wiki-data: | 61 wiki-data: |