chore: apply prettier formatting across compose files and configs

This commit is contained in:
2026-06-19 12:03:11 +02:00
parent 1762962f32
commit 2de6131ba7
9 changed files with 13 additions and 15 deletions
+5 -5
View File
@@ -117,7 +117,7 @@ services:
- "traefik.http.routers.penpot-dev.entrypoints=websecure"
- "traefik.http.routers.penpot-dev.tls=true"
environment:
<<: [ *penpot-flags, *penpot-http-body-size ]
<<: [*penpot-flags, *penpot-http-body-size]
penpot-backend:
image: "penpotapp/backend:${PENPOT_VERSION:-latest}"
restart: always
@@ -137,7 +137,7 @@ services:
## Configuration envronment variables for the backend container.
environment:
<<: [ *penpot-flags, *penpot-public-uri, *penpot-http-body-size, *penpot-secret-key ]
<<: [*penpot-flags, *penpot-public-uri, *penpot-http-body-size, *penpot-secret-key]
## The PREPL host. Mainly used for external programatic access to penpot backend
## (example: admin). By default it will listen on `localhost` but if you are going to use
@@ -200,7 +200,7 @@ services:
- penpot
environment:
<<: [ *penpot-secret-key ]
<<: [*penpot-secret-key]
# Don't touch it; this uses an internal docker network to
# communicate with the frontend.
PENPOT_PUBLIC_URI: http://penpot-frontend:8080
@@ -214,7 +214,7 @@ services:
stop_signal: SIGINT
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U penpot" ]
test: ["CMD-SHELL", "pg_isready -U penpot"]
interval: 2s
timeout: 10s
retries: 5
@@ -237,7 +237,7 @@ services:
restart: always
healthcheck:
test: [ "CMD-SHELL", "valkey-cli ping | grep PONG" ]
test: ["CMD-SHELL", "valkey-cli ping | grep PONG"]
interval: 1s
timeout: 3s
retries: 5