mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 21:47:02 +03:00
Always restart db
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
- ./database-export/:/opt/exports # To make this work, run chmod 777 ./database-exports
|
- ./database-export/:/opt/exports # To make this work, run chmod 777 ./database-exports
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
redis:
|
redis:
|
||||||
container_name: redis
|
container_name: redis
|
||||||
image: redis
|
image: redis
|
||||||
@@ -19,11 +19,11 @@ services:
|
|||||||
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
|
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||||
ports:
|
ports:
|
||||||
- 32773:6379
|
- 32773:6379
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
newleaf:
|
newleaf:
|
||||||
image: abeltramo/newleaf:latest
|
image: abeltramo/newleaf:latest
|
||||||
container_name: newleaf
|
container_name: newleaf
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3241:3000
|
- 3241:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user