mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
Increase shm size and add depends_on.
This commit is contained in:
parent
3618088cf8
commit
1b9c18ea31
@ -14,6 +14,7 @@ services:
|
||||
postgres:
|
||||
image: postgres:15-alpine
|
||||
container_name: postgres-sb-mirror
|
||||
shm_size: 1g
|
||||
# ports:
|
||||
# - 5432:5432
|
||||
volumes:
|
||||
@ -32,5 +33,8 @@ services:
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- postgres
|
||||
- sb-mirror
|
||||
volumes:
|
||||
postgres_data: null
|
||||
|
Loading…
Reference in New Issue
Block a user