mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-18 02:37:36 +00:00
chore: adjust comments
This commit is contained in:
parent
a4917038fa
commit
d234d0a8c3
@ -30,7 +30,7 @@ services:
|
|||||||
- 8090:8090/tcp
|
- 8090:8090/tcp
|
||||||
expose:
|
expose:
|
||||||
- 8090 # http web
|
- 8090 # http web
|
||||||
- 8091 # api port for jira communication
|
- 8091 # synchrony api
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/confluence/data:/var/atlassian/application-data/confluence
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/confluence/data:/var/atlassian/application-data/confluence
|
||||||
networks:
|
networks:
|
||||||
@ -109,7 +109,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
expose:
|
expose:
|
||||||
- 5432 # psql service
|
- 5432
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jira/psql:/var/lib/postgresql/data
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jira/psql:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user