reptile/docker-compose.yaml

16 lines
231 B
YAML
Raw Normal View History

2024-08-02 19:44:26 +08:00
version: '3'
services:
chrome:
image: selenium/standalone-chrome
ports:
- "4444:4444"
volumes:
- /dev/shm:/dev/shm
2024-08-03 09:46:49 +08:00
reptile2:
2024-08-02 19:44:26 +08:00
build: .
depends_on:
- chrome
volumes:
2024-08-03 09:31:32 +08:00
- .:/reptile2