1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -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: services:
cache: cache:
container_name: redis-cache container_name: daggerbot-redis
image: redis/redis-stack-server:7.2.0-v6 image: redis/redis-stack-server:7.2.0-v9
restart: unless-stopped restart: unless-stopped
ports: ports:
- 6379:6379/tcp - 6379:6379/tcp
db: db:
container_name: postgres container_name: daggerbot-postgres
image: postgres:16.2-alpine3.19 image: postgres:16.2-alpine3.19
restart: unless-stopped restart: unless-stopped
ports: ports: