Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Jan 5, 2023
1 parent 572584f commit 64bff14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ services:
- 6001:6001
restart: unless-stopped
volumes:
- ./sqlite:/database
- ./laravel-echo-server.json:/app/laravel-echo-server.json:ro
healthcheck:
# test: node /usr/local/src/healthcheck.js
Expand All @@ -99,6 +98,12 @@ services:
retries: 10
networks:
- api
redis:
image: 'bitnami/redis:latest'
environment:
- ALLOW_EMPTY_PASSWORD=yes
networks:
- api
#Docker Networks
networks:
api:
Expand Down

0 comments on commit 64bff14

Please sign in to comment.