refs #7295 Update base docker image to bookworm and godex ppds #12

Merged
guillermo merged 5 commits from 7295-upgrade-cups-version-and-drivers into master 2024-06-05 05:42:16 +00:00
1 changed files with 1 additions and 24 deletions
Showing only changes of commit 130b219ffc - Show all commits

View File

@ -4,27 +4,4 @@ services:
image: registry.verdnatura.es/printnatura:${VERSION:?}
build:
context: .
dockerfile: Dockerfile
ports:
- 631
configs:
- source: config
target: /printnatura/config.local.yml
- source: cups
target: /etc/cups/cupsd.conf
volumes:
- /mnt/appdata/cups:/etc/cups
deploy:
placement:
constraints:
- node.role == worker
resources:
limits:
memory: 1G
configs:
config:
external: true
name: printnatura-config
cups:
external: true
name: printnatura-cups
dockerfile: Dockerfile