Skip to content
Snippets Groups Projects
Verified Commit e5176af6 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove Redis dependency

parent a3f8c330
No related branches found
No related tags found
No related merge requests found
Pipeline #51020 failed
......@@ -29,7 +29,6 @@ services:
MONGODB_URI: omf-mongo://mongo/ohmyform
links:
- omf-mongo
- omf-redis
labels:
- traefik.frontend.rule=Host:form.picasoft.net
- traefik.port=5000
......@@ -39,5 +38,4 @@ services:
- no-new-privileges
depends_on:
- omf-mongo
- omf-redis
restart: unless-stopped
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