Pre-patch 0.2.1 limitations fixed

- Added DefaultBodyLimit control
This commit is contained in:
Shiroyasha 2024-06-08 22:26:44 +03:00
parent 17cb9bac77
commit 83533919f3
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
4 changed files with 15 additions and 15 deletions

View file

@ -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