bug raus
This commit is contained in:
parent
c93318d16a
commit
8be6d790a5
2 changed files with 23 additions and 7 deletions
|
|
@ -62,10 +62,3 @@
|
|||
update_cache: yes
|
||||
when: docker_installed.failed
|
||||
|
||||
- name: Install some additional tools
|
||||
become: yes
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- vim
|
||||
- tmux
|
||||
state: latest
|
||||
|
|
|
|||
23
docker-compose/stirling/docker-compose.yml
Normal file
23
docker-compose/stirling/docker-compose.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: stirling
|
||||
services:
|
||||
stirling-pdf:
|
||||
image: frooodle/s-pdf:latest
|
||||
ports:
|
||||
- '127.0.0.1:19192:8080'
|
||||
volumes:
|
||||
- ./trainingData:/usr/share/tessdata
|
||||
- ./extraConfigs:/configs
|
||||
- ./customFiles:/customFiles/
|
||||
- ./logs:/logs/
|
||||
environment:
|
||||
INSTALL_BOOK_AND_ADVANCED_HTML_OPS: false
|
||||
LANGS: de_DE
|
||||
DOCKER_ENABLE_SECURITY: "false"
|
||||
SECURITY_ENABLELOGIN: "false"
|
||||
SYSTEM_DEFAULTLOCALE: de-DE
|
||||
UI_APPNAME: PDF-Tool aus der docker-fobi
|
||||
UI_HOMEDESCRIPTION: PDF-Manipulation für die Schulfamilie
|
||||
UI_APPNAMENAVBAR: Schule PDF-Tool
|
||||
SYSTEM_MAXFILESIZE: "100"
|
||||
METRICS_ENABLED: "true"
|
||||
SYSTEM_GOOGLEVISIBILITY: "false"
|
||||
Loading…
Add table
Reference in a new issue