Alexey Skobkin skobkin
skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-28 00:31:52 +03:00
Docker image

You forgot to also add .env.dist here 🙂

skobkin opened issue skobkin/docker-stacks#57 2022-07-27 13:28:24 +03:00
mumble-web - HTML5 Mumble client for browser
skobkin closed issue Miroslavsckaya/tg_rss_bot#4 2022-07-26 23:51:19 +03:00
Separate notification dispatcher
skobkin commented on issue Miroslavsckaya/tg_rss_bot#4 2022-07-26 23:51:19 +03:00
Separate notification dispatcher

I don't think we really need it right now. We can open it back later.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 23:36:51 +03:00
Docker image

Seems like you don't need that anymore.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 23:36:51 +03:00
Docker image

db-data maybe?

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 23:36:51 +03:00
Docker image

I'd add database and logging configuration examples here too, but leave them commented to show that they're optional.

skobkin suggested changes for Miroslavsckaya/tg_rss_bot#42 2022-07-26 23:36:51 +03:00
Docker image

Looks nice. Just a bit of polishing and let's merge it.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 23:36:51 +03:00
Docker image

Did you remove build on purpose?

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:31:46 +03:00
Docker image

Not relevant. Default network is enough.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:27:45 +03:00
Docker image

If you're providing docker-compose.yml with PostgreSQL service included, you can at least configure the database and DSN out-of-the box there.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:27:45 +03:00
Docker image

It's better to remove that if you're not sure that you need to have static container name without stack prefix.

skobkin suggested changes for Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:27:45 +03:00
Docker image

As you decided to also add Docker Compose configuration here, we now have some things to improve again 😆

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:27:45 +03:00
Docker image

If you're using substitution, then it'd be also good to provide an example file like .env.dist which could be simply copied to the .env file and quickly edited before the run.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:27:45 +03:00
Docker image

You've probably forgot to define a network to use in postgres and rss-bot services.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:27:45 +03:00
Docker image

I also don't see why not to use the same variable name here to make .env file interoperable between direct python usage and Docker Compose.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:25:06 +03:00
Docker image

If you're providing docker-compose.yml with PostgreSQL service included, you can at least configure the database and DSN out-of-the box there.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-26 21:22:29 +03:00
Docker image

I also don't see why not to use the same variable name here to make .env file interoperable between direct python usage and Docker Compose.

skobkin approved Miroslavsckaya/tg_rss_bot#42 2022-07-25 23:32:12 +03:00
Docker image

Looks nice.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-22 17:47:06 +03:00
Docker image

I'd recommend to also declare variables used by the app here. It can be done without specifying default value.