Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1842443
docker-compose.override.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
docker-compose.override.yml
View Options
version
:
'3'
services
:
haproxy
:
depends_on
:
proxy
:
condition
:
service_healthy
proxy
:
depends_on
:
kolab
:
condition
:
service_healthy
webapp
:
condition
:
service_healthy
build
:
context
:
./docker/proxy/
args
:
APP_WEBSITE_DOMAIN
:
${APP_WEBSITE_DOMAIN:?err}
SSL_CERTIFICATE
:
${PROXY_SSL_CERTIFICATE:?err}
SSL_CERTIFICATE_KEY
:
${PROXY_SSL_CERTIFICATE_KEY:?err}
healthcheck
:
interval
:
10s
test
:
"kill
-0
$$(cat
/run/nginx.pid)"
timeout
:
5s
retries
:
30
container_name
:
kolab-proxy
restart
:
on-failure
hostname
:
proxy
image
:
kolab-proxy
extra_hosts
:
-
"meet:${MEET_LISTENING_HOST}"
networks
:
kolab
:
ipv4_address
:
172.18.0.7
tmpfs
:
-
/run
-
/tmp
-
/var/run
-
/var/tmp
tty
:
true
volumes
:
-
./docker/certs/:/etc/certs/:ro
-
/etc/letsencrypt/:/etc/letsencrypt/:ro
ports
:
# - "80:80"
-
"443:443"
-
"465:465"
-
"587:587"
-
"143:143"
-
"993:993"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 25, 10:05 PM (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
213648
Default Alt Text
docker-compose.override.yml (1 KB)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment