-
Notifications
You must be signed in to change notification settings - Fork 3
/
docker-compose.yml
38 lines (38 loc) · 1.39 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
nuxeo:
hostname: nuxeo
build: .
environment:
VIRTUAL_HOST: docker.local
PACKAGES: "nuxeo-drive shibboleth-authentication nuxeo-diff nuxeo-virtualnavigation nuxeo-dam nuxeo-spreadsheet nuxeo-template-rendering nuxeo-web-mobile nuxeo-shibboleth-invitation nuxeo-platform-user-registration"
PACKAGES2: "/platform/etc/data/marketplace/marketplace-CustomLoginUDL-1.0.9-SNAPSHOT.zip"
TEMPLATES: "default,/platform/etc/data/conf/templates/shibboleth"
LAUNCHER_DEBUG: "-Djvmcheck=nofail"
DOCKER_HOST: ${HOSTNAME}
# volumes:
# - /Users/vincent/Documents/dev/java/nuxeo-udl/etc_data:/platform/etc/data
# - /Users/vincent/Documents/dev/java/nuxeo-udl/etc_data/CERT-CA.cer:/tmp/CERT-CA.cer:ro
# ports:
# - 8080:8080
shibbolethsp:
hostname: shib
build: ../nuxeo-shibboleth-docker/
environment:
VIRTUAL_HOST: dev.local
VIRTUAL_PROTO: https
links:
- nuxeo
ports:
- "443:443"
# volumes:
# - /Users/vincent/Documents/dev/java/nuxeo-udl/etc_data/sp-cert.pem:/etc/shibboleth/sp-cert.pem:ro
# - /Users/vincent/Documents/dev/java/nuxeo-udl/etc_data/sp-key.pem:/etc/shibboleth/sp-key.pem:ro
# nginx:
# environment:
# DEFAULT_HOST: local.dev
# ports:
# - "80:80"
# - "443:443"
# volumes:
# - /var/run/docker.sock:/tmp/docker.sock
# - /Users/vincent/Documents/UDL/admin/wildcard_universite/:/etc/nginx/certs
# image: jwilder/nginx-proxy