reptile/docker-compose.yaml
2024-08-03 09:46:49 +08:00

16 lines
231 B
YAML

version: '3'
services:
chrome:
image: selenium/standalone-chrome
ports:
- "4444:4444"
volumes:
- /dev/shm:/dev/shm
reptile2:
build: .
depends_on:
- chrome
volumes:
- .:/reptile2