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