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