Compare commits
5 commits
10c120292d
...
c70b5f90d1
Author | SHA1 | Date | |
---|---|---|---|
c70b5f90d1 | |||
d469ef3f68 | |||
03ea7a3d95 | |||
|
6eb69e9914 | ||
|
155a37e3c7 |
10 changed files with 34 additions and 27 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/heimdall:/config
|
||||
- ${VOLUMES_PATH}/dashboard/heimdall:/config
|
||||
expose:
|
||||
- "80"
|
||||
networks:
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
services:
|
||||
|
||||
app:
|
||||
image: linuxserver/pyload
|
||||
image: linuxserver/pyload-ng
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/pyload:/config
|
||||
- ${VOLUMES_PATH}/download/pyload:/config
|
||||
- ${DOWNLOAD_PATH}:/downloads
|
||||
ports:
|
||||
- 7227:7227 #optional Thrift Backend
|
||||
# ports:
|
||||
#- 7227:7227 #optional Thrift Backend
|
||||
networks:
|
||||
- web
|
||||
labels:
|
||||
|
|
|
@ -15,10 +15,10 @@ services:
|
|||
- ${SERIEN_PATH}:/mnt/serien
|
||||
- ${FILME_PATH}:/mnt/filme
|
||||
- ${MUSIK_PATH}:/mnt/musik
|
||||
devices:
|
||||
# VAAPI Devices
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
- /dev/dri/card0:/dev/dri/card0
|
||||
# devices:
|
||||
# # VAAPI Devices
|
||||
# - /dev/dri/renderD128:/dev/dri/renderD128
|
||||
# - /dev/dri/card0:/dev/dri/card0
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.jellyfin.rule=Host(`jellyfin.${DOMAIN}`)"
|
||||
|
|
|
@ -38,7 +38,7 @@ services:
|
|||
grafanadb:
|
||||
image: postgres:${POSTGRES_VERSION}
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/grafanadb:/var/lib/postgresql/data
|
||||
- ${VOLUMES_PATH}/monitoring/grafanadb:/var/lib/postgresql/data
|
||||
networks:
|
||||
- monitoring
|
||||
restart: unless-stopped
|
||||
|
@ -59,7 +59,7 @@ services:
|
|||
environment:
|
||||
- INFLUXDB_MONITOR_STORE_ENABLED=false
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/influxdb/:/var/lib/influxdb
|
||||
- ${VOLUMES_PATH}/monitoring/influxdb/:/var/lib/influxdb
|
||||
- ${PWD}/influxdb.conf:/etc/influxdb/influxdb.conf:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
|
|
@ -24,7 +24,7 @@ services:
|
|||
labels:
|
||||
- "docker.group=paperless"
|
||||
|
||||
webserver:
|
||||
paperless-ngx:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:${PAPERLESS_NGX_VERSION}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
@ -46,7 +46,8 @@ services:
|
|||
- ${CONSUME_PATH}:/usr/src/paperless/consume
|
||||
environment:
|
||||
- PAPERLESS_REDIS=redis://broker:6379
|
||||
- PAPERLESS_DBHOST=${POSTGRES_DB}
|
||||
- PAPERLESS_DBHOST=db
|
||||
- PAPERLESS_DBNAME=${POSTGRES_DB}
|
||||
- PAPERLESS_DBUSER=${POSTGRES_USER}
|
||||
- PAPERLESS_DBPASS=${POSTGRES_PASSWORD}
|
||||
- PAPERLESS_OCR_LANGUAGES=deu eng
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
FROM debian:bookworm
|
||||
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV TZ "Europe/Berlin"
|
||||
|
||||
# Install Packages (basic tools, cups, basic drivers, HP drivers)
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
|
@ -21,6 +25,8 @@ RUN apt-get update \
|
|||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 631
|
||||
|
||||
# Add user and disable sudo password checking
|
||||
RUN useradd \
|
||||
--groups=sudo,lp,lpadmin \
|
||||
|
|
|
@ -5,7 +5,9 @@ services:
|
|||
image: cupsd
|
||||
volumes:
|
||||
- /var/run/dbus:/var/run/dbus
|
||||
- ${VOLUMES_PATH}/cups:/etc/cups
|
||||
- ${VOLUMES_PATH}/print/cups:/etc/cups
|
||||
- ${VOLUMES_PATH}/print/spool/cups:/var/spool/cups
|
||||
- ${VOLUMES_PATH}/print/spool/cups-pdf:/var/spool/cups-pdf
|
||||
devices:
|
||||
- /dev/usb/lp0
|
||||
privileged: true
|
||||
|
|
|
@ -38,17 +38,17 @@ services:
|
|||
privileged: true
|
||||
|
||||
|
||||
whoami:
|
||||
image: containous/whoami
|
||||
networks:
|
||||
- web
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.whoami.rule=Host(`whoami.${HOSTNAME}`)"
|
||||
- "traefik.http.routers.whoami.entrypoints=web"
|
||||
- "traefik.http.services.whoami.loadbalancer.server.port=80"
|
||||
- "docker.group=proxy"
|
||||
restart: unless-stopped
|
||||
# whoami:
|
||||
# image: containous/whoami
|
||||
# networks:
|
||||
# - web
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.whoami.rule=Host(`whoami.${HOSTNAME}`)"
|
||||
# - "traefik.http.routers.whoami.entrypoints=web"
|
||||
# - "traefik.http.services.whoami.loadbalancer.server.port=80"
|
||||
# - "docker.group=proxy"
|
||||
# restart: unless-stopped
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
@ -6,4 +6,3 @@ function pull {
|
|||
|
||||
pull proxy;
|
||||
pull telegraf;
|
||||
pull portainer;
|
||||
|
|
|
@ -7,5 +7,4 @@ function up {
|
|||
|
||||
up proxy;
|
||||
up telegraf;
|
||||
up portainer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue