Skip to content

Commit

Permalink
remove redis service
Browse files Browse the repository at this point in the history
  • Loading branch information
phh-lk committed Mar 21, 2024
1 parent cb2be97 commit d9875ce
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,7 @@ services:
- '.:/var/www/html'
networks:
- sail
depends_on:
- redis
redis:
image: 'redis:alpine'
ports:
- '${FORWARD_REDIS_PORT:-6379}:6379'
volumes:
- 'sail-redis:/data'
networks:
- sail
healthcheck:
test:
- CMD
- redis-cli
- ping
retries: 3
timeout: 5s
depends_on: { }
networks:
sail:
driver: bridge
volumes:
sail-redis:
driver: local

0 comments on commit d9875ce

Please sign in to comment.