Update docker-compose.yml
This commit is contained in:
+3
-3
@@ -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:
|
||||||
# Логи
|
# Логи
|
||||||
|
|||||||
Reference in New Issue
Block a user