mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Update image for Redis container and fix naming
This commit is contained in:
parent
ef846e0b5f
commit
dc63de55cd
@ -1,12 +1,12 @@
|
||||
services:
|
||||
cache:
|
||||
container_name: redis-cache
|
||||
image: redis/redis-stack-server:7.2.0-v6
|
||||
container_name: daggerbot-redis
|
||||
image: redis/redis-stack-server:7.2.0-v9
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 6379:6379/tcp
|
||||
db:
|
||||
container_name: postgres
|
||||
container_name: daggerbot-postgres
|
||||
image: postgres:16.2-alpine3.19
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user