refactoring: polished some files, .env.example update

This commit is contained in:
2026-05-18 17:00:17 +07:00
parent acb8662a66
commit 281a460974
14 changed files with 88 additions and 55 deletions

View File

@@ -1,5 +1,6 @@
services:
postgres:
env_file: prod.env
image: postgres:16-alpine
container_name: maleniabot_db
environment:
@@ -20,6 +21,7 @@ services:
retries: 5
bot:
env_file: prod.env
build:
dockerfile: Dockerfile
container_name: maleniabot_bot