refactor: feat #7295 Minor change
gitea/printnatura/pipeline/pr-master This commit looks good
Details
gitea/printnatura/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
7c4b4b360c
commit
130b219ffc
|
@ -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
|
Loading…
Reference in New Issue