Projekt

Obecné

Profil

Stáhnout (842 Bajtů) Statistiky
| Větev: | Revize:
1
version: "3.2"
2
services:
3
       database:
4
                volumes:
5
                         - /database:/data/db
6
       nginx:
7
              ports: 
8
                     - "443:443"
9
              volumes: 
10
                     - /acme-1:/root/.acme.sh/heatmap.zcu.cz
11
                     - /acme-2:/root/.acme.sh/www.heatmap.zcu.cz
12
                     - /etc/certificate:/certificate
13
                     - ./docker/nginx/sites:/etc/nginx/sites-available
14
                     - /logs/nginx:/var/log/nginx
15
       crawler:
16
              volumes: 
17
                     - /logs/crawler:/src/CrawlerLogs
18
                     - /crawler/data:/src/CrawledData
19
                     - /crawler/processed_data:/src/ProcessedData
20
       php-fpm:
21
              environment: 
22
                         - APP_ENV=prod
23
                         - APP_DEBUG=0
(5-5/6)