Update docker-compose.yml

This commit is contained in:
Egor
2025-09-02 00:30:33 +03:00
committed by GitHub
parent 4bbcc60bbb
commit 0181f5e10c
+5
View File
@@ -59,6 +59,11 @@ services:
networks: networks:
- bot_network - bot_network
user: "1000:1000" user: "1000:1000"
command: >
bash -c "
mkdir -p /app/logs /app/data &&
python main.py
"
volumes: volumes:
postgres_data: postgres_data: