mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Lock docker dependency versions
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
services:
|
||||
database:
|
||||
container_name: database
|
||||
image: postgres
|
||||
image: postgres:13
|
||||
env_file:
|
||||
- database.env
|
||||
volumes:
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
restart: always
|
||||
redis:
|
||||
container_name: redis
|
||||
image: redis
|
||||
image: redis:6.2
|
||||
command: /usr/local/etc/redis/redis.conf
|
||||
volumes:
|
||||
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
|
||||
Reference in New Issue
Block a user