1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Update image for Redis container and fix naming

This commit is contained in:
toast-ts 2024-03-19 20:10:54 +11:00
parent ef846e0b5f
commit dc63de55cd

View File

@ -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: