services:
bot:
container_name: bot
build: .
volumes:
- ./code:/home/user/code
- ./colab_automator.sh:/home/user/colab_automator.sh
environment:
- DISPLAY=1
- TZ=Europe/Rome
ports:
- "5900:5900"
- "5901:5901"