mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
[docker] Update example docker-compose.yml
This commit is contained in:
parent
5b85853f8f
commit
02040d934f
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.io/redis:7.0-alpine
|
image: docker.io/valkey/valkey:7-alpine
|
||||||
container_name: iceshrimp_redis
|
container_name: iceshrimp_redis
|
||||||
networks:
|
networks:
|
||||||
- ishnet
|
- ishnet
|
||||||
|
@ -37,7 +37,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.io/postgres:12.2-alpine
|
image: docker.io/postgres:16-alpine
|
||||||
container_name: iceshrimp_db
|
container_name: iceshrimp_db
|
||||||
networks:
|
networks:
|
||||||
- ishnet
|
- ishnet
|
||||||
|
|
Loading…
Reference in a new issue