-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker-compose.yml
45 lines (42 loc) · 1.04 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
39
40
41
42
43
44
45
version: "3"
services:
development-plexexport-php:
build: ./build
image: ex0nuss/plex-export-docker
container_name: frontend-plexexport-php
restart: unless-stopped
volumes:
- ./data-plexexport:/data
environment:
- PLEX_URL=http://192.168.178.100:32400
- PLEX_SECTIONS=Filme,Serien
- PLEX_TOKEN=XXX
- PLEX_INTERVAL=360m
labels:
- com.centurylinklabs.watchtower.enable=false
logging:
driver: "json-file"
options:
max-size: "10M"
max-file: "4"
development-plexexport-nginx:
image: nginx:latest
container_name: frontend-plexexport-nginx
restart: unless-stopped
ports:
- 9999:80
volumes:
- ./data-plexexport:/data
- ./default.conf:/etc/nginx/conf.d/default.conf
depends_on:
- development-plexexport-php
labels:
- com.centurylinklabs.watchtower.enable=false
logging:
driver: "json-file"
options:
max-size: "10M"
max-file: "4"
### ENV-file presets ###
# Europe/Berlin
# 996