version: '2' services: calibre-server: image: regueiro/calibre-server # command: -username book # command: -password reader container_name: calibre-server restart: always expose: - "8080" ports: - "8080:8080" environment: - TZ=Europe/Berlin networks: - nginxproxy_extern volumes: - ./data/libraries/Calibre_Belletristik/:/opt/calibre/library/ environment: - VIRTUAL_HOST=books.metzner.myhome-server.de - LETSENCRYPT_HOST=books.metzner.myhome-server.de - LETSENCRYPT_EMAIL=h.metzner@gmx.de networks: nginxproxy_extern: external: true