Skip to content

Conversation

@aASDa213ASD
Copy link
Contributor

This PR is completely optional, serves quality of life features only.
The first thing I did - moved all environment variables from the docker-compose.yml file to the .env file. So your new required task to launch this docker container becomes copying the .env.example file, on linux can be done via cp .env.example .env and editing your values there.
Another thing I made, that I usually do for ALL of my docker containers because I'm too lazy to type docker compose something something - Makefile, this thing allows you to control the container and do all kinds of things using make command, obviously you need to have make installed on the operating system to use it. (so it's +1 new dependency).
Here's how it looks like:
image

@Slowline Slowline merged commit 373e3e7 into Slowline:main Jan 19, 2026
1 check passed
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.

2 participants