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
|
@ -5,26 +5,3 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue