Spaces:
Sleeping
Sleeping
| 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 | |