mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
Increase shm size and add depends_on.
This commit is contained in:
parent
3618088cf8
commit
1b9c18ea31
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
container_name: postgres-sb-mirror
|
container_name: postgres-sb-mirror
|
||||||
|
shm_size: 1g
|
||||||
# ports:
|
# ports:
|
||||||
# - 5432:5432
|
# - 5432:5432
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -32,5 +33,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- postgres
|
||||||
|
- sb-mirror
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data: null
|
postgres_data: null
|
||||||
|
|
Loading…
Reference in a new issue