mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
12 lines
216 B
YAML
12 lines
216 B
YAML
services:
|
|
app:
|
|
command: sleep infinity
|
|
ports:
|
|
- 8191:8191
|
|
volumes:
|
|
- ../..:/workspace:cached
|
|
build:
|
|
target: devcontainer
|
|
selenium:
|
|
image: selenium/standalone-chromium:latest
|