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

Add docker setup #10

Merged
merged 8 commits into from
Feb 13, 2023
Merged

Add docker setup #10

merged 8 commits into from
Feb 13, 2023

Conversation

amnuts
Copy link
Owner

@amnuts amnuts commented Feb 13, 2023

Add files for compiling and running the talker on a docker container.

A setup script was added to base out the dockerfile and the supervisord.conf file, and create a docker-compse.yml file. This then allows you to runn a docker command to build the talker, run the talker, etc. Handy if you don't have all the required software on your machine.

The docker image is based on alpine to keep it fairly small, and I can successfully compile and startup the talker, and supervisord keeps it running.

All the data files have been moved into a sub-directory.

@amnuts amnuts marked this pull request as ready for review February 13, 2023 23:04
@amnuts amnuts changed the base branch from main to develop February 13, 2023 23:18
@amnuts amnuts merged commit 0470b03 into develop Feb 13, 2023
@amnuts amnuts deleted the dockerize branch February 13, 2023 23:25
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.

None yet

1 participant