Update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user