Skip to content

Commit

Permalink
fix docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Dec 13, 2024
1 parent 3c17661 commit 7331793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: "3.9"
# This file is used to override the default configuration of docker-compose.yml to enable development.
x-env: &env
environment:
MERCURE_RUNNER: docker
MERCURE_ENV: DEV
MERCURE_CONFIG_FOLDER: /opt/mercure/config
REDIS_URL: http://redis:6379/0
REDIS_URL: redis://redis:6379/0

x-volumes: &volumes
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ volumes:
type: 'none'
o: 'bind'
device: '/opt/mercure/config'
cache:
redis-cache:
driver: local

0 comments on commit 7331793

Please sign in to comment.