Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: docker-compose deployment file #706

Merged
merged 9 commits into from
Jul 26, 2023
Prev Previous commit
Next Next commit
chore(deploy-compose.yml): update env_file path to ../../.env
  • Loading branch information
danny-avila committed Jul 22, 2023
commit 805784c2e30de9d3e6cc88d29f56974d6cc6c6fa
2 changes: 1 addition & 1 deletion docs/dev/deploy-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
ports:
- 7700:7700
env_file:
- .env
- ../../.env
environment:
- MEILI_HOST=http://meilisearch:7700
- MEILI_HTTP_ADDR=meilisearch:7700
Expand Down