django-admin-confirm-briq/docker-compose.yml

19 lines
375 B
YAML

version: "3.9"
services:
web:
build: .
command: python tests/manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
depends_on:
- selenium
selenium:
# image: selenium/standalone-firefox
image: selenium/standalone-firefox-debug:latest
ports:
- "4444:4444" # Selenium
- "5900:5900" # VNC