is_it_a_panda / docker-compose.yml
timothyoei's picture
Added dev files and notebooks
5ca428e
raw
history blame contribute delete
277 Bytes
version: "3"
services:
panda:
environment:
- VSCODE_REMOTE_USER=user
build:
context: .
volumes:
- .:/playground
networks:
- panda_playground
ports:
- "8888:8888"
tty: true
networks:
panda_playground:
driver: bridge