Skip to content

Commit

Permalink
added another service example
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Dec 27, 2024
1 parent 76f96ca commit 86c947b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/configs/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ services:
environment:
- "KEY1=value1"
- "KEY2=value2"
# - name: "another_service"
# command: "python another_service.py"
# autostart: "true"
# autorestart: "true"
# stderr_logfile: "/var/log/another_service.err.log"
# stdout_logfile: "/var/log/another_service.out.log"
# environment: [] # Even if empty, define it as an empty array
- name: "another_service"
command: "sh /usr/local/scripts/process_example.sh"
autostart: "true"
autorestart: "true"
stderr_logfile: "/var/log/supervisor/webapp2.err.log"
stdout_logfile: "/var/log/supervisor/webapp2.out.log"
environment: [] # Even if empty, define it as an empty array

Check warning on line 20 in src/configs/services.yml

View workflow job for this annotation

GitHub Actions / Analyze YAML Files

20:21 [comments] too few spaces before comment

0 comments on commit 86c947b

Please sign in to comment.