Files

docker-compose.yml
version: '3' services: SnowflakeDev: image: ghcr.io/inti-cmnb/kicad7_auto_full:dev container_name: SnowflakeKiBotDev command: /bin/bash working_dir: /Snowflake stdin_open: true # docker run -i tty: true # docker run -t volumes: # Project will be mounted on /Snowflake - .:/Snowflake # The KiCost Cache, so we have access to previous searches and tokens - C:\Users\joel.santos\.cache:/root/.cache # Some KiCad crap, to reduce the number of warnings - C:\Users\joel.santos\AppData\Roaming\kicad\7.0\:/root/.config/kicad/7.0/ - C:\Program Files\KiCad\7.0\share\kicad\template:/root/kicad/template # environment: # MYSQL_HOST: localhost
Report a bug