Skip to content

Conversation

@alfonsodev
Copy link

Add support for environment option

- name: phpWorker
  environment:
    MYSQL_HOST: "127.0.0.1"
    MYSQL_PORT: 3306
  command: php worker.php

generates inside supervisord.conf

[program:phpWorker]
environment= MYSQL_HOST="127.0.0.1", MYSQL_PORT="3306",
command=php worker.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant