Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilherda/supervisor-on-docker
Supervisor is a software made with Python and this is an image to join it as a container with Docker
https://github.com/vilherda/supervisor-on-docker
docker python supervisor
Last synced: 11 days ago
JSON representation
Supervisor is a software made with Python and this is an image to join it as a container with Docker
- Host: GitHub
- URL: https://github.com/vilherda/supervisor-on-docker
- Owner: vilherda
- License: cc0-1.0
- Created: 2020-10-05T13:24:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T13:31:45.000Z (over 4 years ago)
- Last Synced: 2024-11-07T17:36:02.040Z (2 months ago)
- Topics: docker, python, supervisor
- Language: Makefile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Supervisor Docker image
Supervisor is a software made with Python and this is an image to join it as a container with Docker.
This image is configured to allow expand the configuration with additional jobs flexibly.
On its execution you can map additional configuration files inside the directory __`/etc/supervisor/conf.d`__. These files __`MUST HAVE`__ the extension __`conf`__. As an example:
```shell
docker run --rm -it -v $(PWD)/extra_conf_file_by_example.conf:/etc/supervisor/conf.d/extra_conf_file_by_example.conf vilherda/supervisor
```For more information about the format of the configuration files you can visit