Skip to content
Snippets Groups Projects
Unverified Commit bd639708 authored by Marie's avatar Marie Committed by GitHub
Browse files

chore: update compose example to use keydb and fix network related issue

parent 9eb094ae
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ version: "3"
services:
web:
# image: ghcr.io/transfem-org/sharkey:stable
build: .
restart: always
links:
......@@ -17,20 +18,19 @@ services:
- "3000:3000"
networks:
- shonk
- web
volumes:
- ./files:/sharkey/files
- ./.config:/sharkey/.config:ro
redis:
restart: always
image: redis:7-alpine
image: eqalpha/keydb:latest
networks:
- shonk
volumes:
- ./redis:/data
healthcheck:
test: "redis-cli ping"
test: "keydb-cli ping"
interval: 5s
retries: 20
......@@ -64,5 +64,3 @@ services:
networks:
shonk:
web:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment