Skip to content

Commit

Permalink
Add commented env_file examples #2
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Apr 6, 2023
1 parent ddde54a commit d9f4b0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ services:
php:
image: wodby/laravel-php:$PHP_TAG
container_name: "${PROJECT_NAME}_php"
# env_file:
# - .laravel.env
environment:
APP_KEY: $APP_KEY
LARAVEL_APP_DEBUG: 'true'
Expand Down Expand Up @@ -61,6 +63,8 @@ services:
# queue:
# image: wodby/laravel-php:$PHP_TAG
# container_name: "${PROJECT_NAME}_queue"
## env_file:
## - .laravel.env
# environment:
# SSMTP_MAILHUB: mailhog:1025
# # SSMTP_MAILHUB: opensmtpd:25
Expand Down Expand Up @@ -135,6 +139,8 @@ services:
# crond:
# image: wodby/laravel-php:$PHP_TAG
# container_name: "${PROJECT_NAME}_crond"
## env_file:
## - .laravel.env
# environment:
# CRONTAB: "0 * * * * echo 'cron test'"
# command: sudo crond -f -d 0
Expand Down

0 comments on commit d9f4b0f

Please sign in to comment.