CUPS-Configuration hinzubekommen. Obwohl lpstat -p Printer anzeigt auch innerhalb des Containers, kann Java keine Printers sehen. Work-in-progress.
28 lines
675 B
YAML
28 lines
675 B
YAML
services:
|
|
hosi:
|
|
container_name: hosi
|
|
image: hosi:test-0.0.1
|
|
stdin_open: true
|
|
tty: true
|
|
environment:
|
|
- HOHIHA_OUTPUT_DIR=/usr/local/tomee/output
|
|
- HOHIHA_ODOO_CONFIG=/usr/local/tomee/config/secrets.yml
|
|
volumes:
|
|
- /home/snick/hs/data/output:/usr/local/tomee/output
|
|
- /home/snick/hs/data/config:/usr/local/tomee/config
|
|
- /run/cups/cups.sock:/run/cups/cups.sock
|
|
|
|
user: "1000:1000"
|
|
restart: unless-stopped
|
|
networks:
|
|
- hobbyhimmel_odoo_13_default
|
|
- npm-nw
|
|
|
|
networks:
|
|
hobbyhimmel_odoo_13_default:
|
|
external: true
|
|
name: hobbyhimmel_odoo_13_default
|
|
npm-nw:
|
|
external: true
|
|
name: npm-nw
|