mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update commands
This commit is contained in:
parent
7fbdcced52
commit
ccc03fe13a
@ -54,14 +54,21 @@ services:
|
||||
env_file:
|
||||
- ./env_files/file.production.env
|
||||
redis:
|
||||
image: docker.dragonflydb.io/dragonflydb/dragonfly
|
||||
image: docker.dragonflydb.io/dragonflydb/dragonfly:latest
|
||||
restart: unless-stopped
|
||||
ulimits:
|
||||
memlock: -1
|
||||
command:
|
||||
- "--requirepass=changeme2424"
|
||||
networks:
|
||||
- internal_network
|
||||
env_file:
|
||||
- ./env_files/redis.env
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- ./redis_data:/data
|
||||
|
||||
|
||||
networks:
|
||||
internal_network:
|
Loading…
x
Reference in New Issue
Block a user