|
|
@ -60,29 +60,6 @@ services: |
|
|
|
timeout: 20s |
|
|
|
timeout: 20s |
|
|
|
retries: 3 |
|
|
|
retries: 3 |
|
|
|
|
|
|
|
|
|
|
|
https-portal: |
|
|
|
|
|
|
|
image: steveltn/https-portal |
|
|
|
|
|
|
|
env_file: ./docker.env |
|
|
|
|
|
|
|
ports: |
|
|
|
|
|
|
|
- '80:80' |
|
|
|
|
|
|
|
- '443:443' |
|
|
|
|
|
|
|
links: |
|
|
|
|
|
|
|
- outline |
|
|
|
|
|
|
|
- storage |
|
|
|
|
|
|
|
restart: always |
|
|
|
|
|
|
|
volumes: |
|
|
|
|
|
|
|
- https-portal-data:/var/lib/https-portal |
|
|
|
|
|
|
|
healthcheck: |
|
|
|
|
|
|
|
test: ["CMD", "service", "nginx", "status"] |
|
|
|
|
|
|
|
interval: 30s |
|
|
|
|
|
|
|
timeout: 20s |
|
|
|
|
|
|
|
retries: 3 |
|
|
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
DOMAINS: 'docs.mycompany.com -> http://outline:3000' |
|
|
|
|
|
|
|
STAGE: 'production' |
|
|
|
|
|
|
|
WEBSOCKET: 'true' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|
https-portal-data: |
|
|
|
|
|
|
|
storage-data: |
|
|
|
storage-data: |
|
|
|
database-data: |
|
|
|
database-data: |