mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
@@ -3,6 +3,7 @@ version: '3'
|
||||
services:
|
||||
jellystat-db:
|
||||
image: postgres:15.2
|
||||
shm_size: '1gb'
|
||||
container_name: jellystat-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -40,4 +41,4 @@ logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-file: "5" # number of files or file count
|
||||
max-size: "10m" # file size
|
||||
max-size: "10m" # file size
|
||||
|
||||
Reference in New Issue
Block a user