mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Pre-patch 0.2.1 limitations fixed
- Added DefaultBodyLimit control
This commit is contained in:
parent
17cb9bac77
commit
83533919f3
4 changed files with 15 additions and 15 deletions
|
|
@ -5,6 +5,12 @@ services:
|
|||
# build: .
|
||||
image: ghcr.io/shiroyashik/sculptor:latest
|
||||
container_name: sculptor
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://sculptor:6665/health || exit 1
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
start_period: 5s
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./Config.toml:/app/Config.toml:ro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue