Update docker-compose.yml

This commit is contained in:
Egor
2025-09-07 19:40:53 +03:00
committed by GitHub
parent 0daf08ceed
commit 770b7e8358
+3 -3
View File
@@ -35,9 +35,7 @@ services:
retries: 3 retries: 3
bot: bot:
build: image: fr1ngg/remnawave-bedolaga-telegram-bot:latest
context: .
dockerfile: Dockerfile
container_name: remnawave_bot container_name: remnawave_bot
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -55,7 +53,9 @@ services:
POSTGRES_DB: "${POSTGRES_DB:-remnawave_bot}" POSTGRES_DB: "${POSTGRES_DB:-remnawave_bot}"
POSTGRES_USER: "${POSTGRES_USER:-remnawave_user}" POSTGRES_USER: "${POSTGRES_USER:-remnawave_user}"
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD:-secure_password_123}" POSTGRES_PASSWORD: "${POSTGRES_PASSWORD:-secure_password_123}"
REDIS_URL: "redis://redis:6379/0" REDIS_URL: "redis://redis:6379/0"
TZ: "Europe/Moscow" TZ: "Europe/Moscow"
volumes: volumes:
# Логи # Логи