Merge branch 'CRYPTO-233-subtle-aes-kw-helpers' into 'main'
[ProtonMail-WebClient.git] / applications / calendar / docker-compose.yml
blobbcfcf3454e01c7413f70b21849ea4739f9dc3cab
1 version: '3.7'
3 services:
4     web:
5         image: gcr.io/proton-dev-ops/web/calendar/proton-calendar:branch-develop
6         environment:
7             # Feel free to change any of these values on your local .env file
8             API_ENDPOINT:
9             MAIL_ENDPOINT:
10             CONTACTS_ENDPOINT:
11             SETTINGS_ENDPOINT:
12         ports:
13             - 80:80
14             - 443:443